Searched defs:BlockOwnerData (Results 1 – 4 of 4) sorted by relevance
81 type BlockOwnerData struct { struct82 transferBlockNumber uint6483 issueTxId merkle.Digest84 issueBlockNumber uint64 // also this is the number of the owned block180 func (b BlockOwnerData) Pack() PackedOwnerData {200 func (b BlockOwnerData) IssueTxId() merkle.Digest {203 func (b BlockOwnerData) TransferBlockNumber() uint64 {206 func (b BlockOwnerData) IssueBlockNumber() uint64 {