Home
last modified time | relevance | path

Searched defs:BlockFoundation (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go131 type BlockFoundation struct { struct
132 Version uint64 `json:"version"` // reflects combination of supported currencies
133 Payments currency.Map `json:"payments"` // contents depend on version
134 Owner *account.Account `json:"owner"` // base58
135 Nonce uint64 `json:"nonce,string"` // unsigned 0..N
136 Signature account.Signature `json:"signature"` // hex
/dports/net-p2p/bitmark/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go131 type BlockFoundation struct { struct
132 Version uint64 `json:"version"` // reflects combination of supported currencies
133 Payments currency.Map `json:"payments"` // contents depend on version
134 Owner *account.Account `json:"owner"` // base58
135 Nonce uint64 `json:"nonce,string"` // unsigned 0..N
136 Signature account.Signature `json:"signature"` // hex
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go131 type BlockFoundation struct { struct
132 Version uint64 `json:"version"` // reflects combination of supported currencies
133 Payments currency.Map `json:"payments"` // contents depend on version
134 Owner *account.Account `json:"owner"` // base58
135 Nonce uint64 `json:"nonce,string"` // unsigned 0..N
136 Signature account.Signature `json:"signature"` // hex
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go131 type BlockFoundation struct { struct
132 Version uint64 `json:"version"` // reflects combination of supported currencies
133 Payments currency.Map `json:"payments"` // contents depend on version
134 Owner *account.Account `json:"owner"` // base58
135 Nonce uint64 `json:"nonce,string"` // unsigned 0..N
136 Signature account.Signature `json:"signature"` // hex