MCPcopy Create free account
hub / github.com/chain/txvm / RawTx

Struct RawTx

protocol/bc/bc.pb.go:285–289  ·  view source on GitHub ↗

RawTx is a raw transaction, before processing through txvm.

Source from the content-addressed store, hash-verified

283
284// RawTx is a raw transaction, before processing through txvm.
285type RawTx struct {
286 Version int64 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
287 Runlimit int64 `protobuf:"varint,2,opt,name=runlimit" json:"runlimit,omitempty"`
288 Program []byte `protobuf:"bytes,3,opt,name=program,proto3" json:"program,omitempty"`
289}
290
291func (m *RawTx) Reset() { *m = RawTx{} }
292func (m *RawTx) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected