Searched defs:BlockFoundation (Results 1 – 4 of 4) sorted by relevance
131 type BlockFoundation struct { struct132 Version uint64 `json:"version"` // reflects combination of supported currencies133 Payments currency.Map `json:"payments"` // contents depend on version134 Owner *account.Account `json:"owner"` // base58135 Nonce uint64 `json:"nonce,string"` // unsigned 0..N136 Signature account.Signature `json:"signature"` // hex