Searched defs:BitmarkTransferCountersigned (Results 1 – 8 of 8) sorted by relevance
121 type BitmarkTransferCountersigned struct { struct122 Link merkle.Digest `json:"link"` // previous record123 Escrow *Payment `json:"escrow"` // optional escrow payment address124 Owner *account.Account `json:"owner"` // base58: the "destination" owner125 …re account.Signature `json:"signature"` // hex: corresponds to owner in linked record126 …ersignature account.Signature `json:"countersignature"` // hex: corresponds to owner in this record
128 func (client *Client) CountersignTransfer(transfer *transactionrecord.BitmarkTransferCountersigned)…