Home
last modified time | relevance | path

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

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/ownership/
H A Ddata.go81 type BlockOwnerData struct { struct
82 transferBlockNumber uint64
83 issueTxId merkle.Digest
84 issueBlockNumber uint64 // also this is the number of the owned block
180 func (b BlockOwnerData) Pack() PackedOwnerData {
200 func (b BlockOwnerData) IssueTxId() merkle.Digest {
203 func (b BlockOwnerData) TransferBlockNumber() uint64 {
206 func (b BlockOwnerData) IssueBlockNumber() uint64 {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/ownership/
H A Ddata.go81 type BlockOwnerData struct { struct
82 transferBlockNumber uint64
83 issueTxId merkle.Digest
84 issueBlockNumber uint64 // also this is the number of the owned block
180 func (b BlockOwnerData) Pack() PackedOwnerData {
200 func (b BlockOwnerData) IssueTxId() merkle.Digest {
203 func (b BlockOwnerData) TransferBlockNumber() uint64 {
206 func (b BlockOwnerData) IssueBlockNumber() uint64 {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/ownership/
H A Ddata.go81 type BlockOwnerData struct { struct
82 transferBlockNumber uint64
83 issueTxId merkle.Digest
84 issueBlockNumber uint64 // also this is the number of the owned block
180 func (b BlockOwnerData) Pack() PackedOwnerData {
200 func (b BlockOwnerData) IssueTxId() merkle.Digest {
203 func (b BlockOwnerData) TransferBlockNumber() uint64 {
206 func (b BlockOwnerData) IssueBlockNumber() uint64 {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/ownership/
H A Ddata.go81 type BlockOwnerData struct { struct
82 transferBlockNumber uint64
83 issueTxId merkle.Digest
84 issueBlockNumber uint64 // also this is the number of the owned block
180 func (b BlockOwnerData) Pack() PackedOwnerData {
200 func (b BlockOwnerData) IssueTxId() merkle.Digest {
203 func (b BlockOwnerData) TransferBlockNumber() uint64 {
206 func (b BlockOwnerData) IssueBlockNumber() uint64 {