Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accounting ¶
type Accounting struct { Sequence int64 Account [20]byte CreditDebit int64 Timestamp int64 OtherAccount [20]byte Comment string OrderPos int64 EntryNo int64 Extra []byte }
Accounting is an entry regarding internal movements of funds
type CreditDebit ¶
CreditDebit is an increase or decrease to the balance in the wallet
type DefaultKey ¶
type DefaultKey struct {
Address [20]byte
}
DefaultKey sets the default key for receiving payments to use in interfaces
type MasterKey ¶
MasterKey is the password-encrypted store for the symmetric ciphertext that seecures a wallet database
type MinVersion ¶
type MinVersion struct {
Number int64
}
MinVersion stores the minimum version number required to support the wallet
type Seed ¶
type Seed struct {
Secret [32]byte
}
Seed is a 'hierarchic deterministic' wallet seed that can spawn many subkeys
type Tx ¶
type Tx struct { ID [32]byte Data []byte Prev proto.MerkleTx TimeRecvIsTxTime int64 TimeRecv int64 FromMe bool FromAccount [20]byte Spent []byte OrderPos int64 DebitCached bool CreditCached bool ImmatureCreditCached bool AvailableCreditCached bool ChangeCached bool }
Tx is a transaction connected to an address in the wallet
Click to show internal directories.
Click to hide internal directories.