Home
last modified time | relevance | path

Searched defs:BitmarkTransferCountersigned (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go121 type BitmarkTransferCountersigned struct { struct
122 Link merkle.Digest `json:"link"` // previous record
123 Escrow *Payment `json:"escrow"` // optional escrow payment address
124 Owner *account.Account `json:"owner"` // base58: the "destination" owner
125 …re account.Signature `json:"signature"` // hex: corresponds to owner in linked record
126 …ersignature account.Signature `json:"countersignature"` // hex: corresponds to owner in this record
/dports/net-p2p/bitmark/bitmarkd-0.13.3/transactionrecord/
H A Dtransaction.go121 type BitmarkTransferCountersigned struct { struct
122 Link merkle.Digest `json:"link"` // previous record
123 Escrow *Payment `json:"escrow"` // optional escrow payment address
124 Owner *account.Account `json:"owner"` // base58: the "destination" owner
125 …re account.Signature `json:"signature"` // hex: corresponds to owner in linked record
126 …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.go121 type BitmarkTransferCountersigned struct { struct
122 Link merkle.Digest `json:"link"` // previous record
123 Escrow *Payment `json:"escrow"` // optional escrow payment address
124 Owner *account.Account `json:"owner"` // base58: the "destination" owner
125 …re account.Signature `json:"signature"` // hex: corresponds to owner in linked record
126 …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.go121 type BitmarkTransferCountersigned struct { struct
122 Link merkle.Digest `json:"link"` // previous record
123 Escrow *Payment `json:"escrow"` // optional escrow payment address
124 Owner *account.Account `json:"owner"` // base58: the "destination" owner
125 …re account.Signature `json:"signature"` // hex: corresponds to owner in linked record
126 …ersignature account.Signature `json:"countersignature"` // hex: corresponds to owner in this record
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/command/bitmark-cli/rpccalls/
H A Dtransfer.go128 func (client *Client) CountersignTransfer(transfer *transactionrecord.BitmarkTransferCountersigned)…
/dports/net-p2p/bitmark/bitmarkd-0.13.3/command/bitmark-cli/rpccalls/
H A Dtransfer.go128 func (client *Client) CountersignTransfer(transfer *transactionrecord.BitmarkTransferCountersigned)…
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/command/bitmark-cli/rpccalls/
H A Dtransfer.go128 func (client *Client) CountersignTransfer(transfer *transactionrecord.BitmarkTransferCountersigned)…
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/command/bitmark-cli/rpccalls/
H A Dtransfer.go128 func (client *Client) CountersignTransfer(transfer *transactionrecord.BitmarkTransferCountersigned)…