Home
last modified time | relevance | path

Searched defs:ShareGrant (Results 1 – 16 of 16) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go160 type ShareGrant struct { struct
161 ShareId merkle.Digest `json:"shareId"` // share = issue id
162 Quantity uint64 `json:"quantity"` // shares to transfer > 0
163 Owner *account.Account `json:"owner"` // base58
164 Recipient *account.Account `json:"recipient"` // base58
165 …eBlock uint64 `json:"beforeBlock"` // expires when chain height > before block
166 Signature account.Signature `json:"signature"` // hex
167 …ersignature account.Signature `json:"countersignature"` // hex: corresponds to owner in this record
/dports/net-p2p/bitmark/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go160 type ShareGrant struct { struct
161 ShareId merkle.Digest `json:"shareId"` // share = issue id
162 Quantity uint64 `json:"quantity"` // shares to transfer > 0
163 Owner *account.Account `json:"owner"` // base58
164 Recipient *account.Account `json:"recipient"` // base58
165 …eBlock uint64 `json:"beforeBlock"` // expires when chain height > before block
166 Signature account.Signature `json:"signature"` // hex
167 …ersignature account.Signature `json:"countersignature"` // hex: corresponds to owner in this record
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go160 type ShareGrant struct { struct
161 ShareId merkle.Digest `json:"shareId"` // share = issue id
162 Quantity uint64 `json:"quantity"` // shares to transfer > 0
163 Owner *account.Account `json:"owner"` // base58
164 Recipient *account.Account `json:"recipient"` // base58
165 …eBlock uint64 `json:"beforeBlock"` // expires when chain height > before block
166 Signature account.Signature `json:"signature"` // hex
167 …ersignature account.Signature `json:"countersignature"` // hex: corresponds to owner in this record
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go160 type ShareGrant struct { struct
161 ShareId merkle.Digest `json:"shareId"` // share = issue id
162 Quantity uint64 `json:"quantity"` // shares to transfer > 0
163 Owner *account.Account `json:"owner"` // base58
164 Recipient *account.Account `json:"recipient"` // base58
165 …eBlock uint64 `json:"beforeBlock"` // expires when chain height > before block
166 Signature account.Signature `json:"signature"` // hex
167 …ersignature account.Signature `json:"countersignature"` // hex: corresponds to owner in this record
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/reservoir/
H A Dsharegrant.go44 grant *transactionrecord.ShareGrant,
155 func CheckGrantBalance(trx storage.Transaction, grant *transactionrecord.ShareGrant, shareQuantityH…
184 grant *transactionrecord.ShareGrant,
H A Dsetup.go203 StoreGrant(*transactionrecord.ShareGrant) (*GrantInfo, bool, error)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/reservoir/
H A Dsharegrant.go44 grant *transactionrecord.ShareGrant,
155 func CheckGrantBalance(trx storage.Transaction, grant *transactionrecord.ShareGrant, shareQuantityH…
184 grant *transactionrecord.ShareGrant,
H A Dsetup.go203 StoreGrant(*transactionrecord.ShareGrant) (*GrantInfo, bool, error)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/reservoir/
H A Dsharegrant.go44 grant *transactionrecord.ShareGrant,
155 func CheckGrantBalance(trx storage.Transaction, grant *transactionrecord.ShareGrant, shareQuantityH…
184 grant *transactionrecord.ShareGrant,
H A Dsetup.go203 StoreGrant(*transactionrecord.ShareGrant) (*GrantInfo, bool, error)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/reservoir/
H A Dsharegrant.go44 grant *transactionrecord.ShareGrant,
155 func CheckGrantBalance(trx storage.Transaction, grant *transactionrecord.ShareGrant, shareQuantityH…
184 grant *transactionrecord.ShareGrant,
H A Dsetup.go203 StoreGrant(*transactionrecord.ShareGrant) (*GrantInfo, bool, error)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/command/bitmark-cli/rpccalls/
H A Dgrant.go87 func (client *Client) CountersignGrant(grant *transactionrecord.ShareGrant) (*GrantReply, error) {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/command/bitmark-cli/rpccalls/
H A Dgrant.go87 func (client *Client) CountersignGrant(grant *transactionrecord.ShareGrant) (*GrantReply, error) {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/command/bitmark-cli/rpccalls/
H A Dgrant.go87 func (client *Client) CountersignGrant(grant *transactionrecord.ShareGrant) (*GrantReply, error) {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/command/bitmark-cli/rpccalls/
H A Dgrant.go87 func (client *Client) CountersignGrant(grant *transactionrecord.ShareGrant) (*GrantReply, error) {