Documentation ¶
Index ¶
- type Transaction
- func (t *Transaction) Bytes() (data []byte)
- func (t *Transaction) Extract(data []byte) []byte
- func (t *Transaction) GetHash() (h types.Hash)
- func (t *Transaction) GetSignature() types.Signature
- func (w *Transaction) New() *Transaction
- func (t *Transaction) SigBytes() (data []byte)
- func (t *Transaction) Sign(p types.PrivateKey)
- func (t *Transaction) ValidateSig() bool
- type Wallet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transaction ¶
type Transaction struct {
// contains filtered or unexported fields
}
func (*Transaction) Bytes ¶
func (t *Transaction) Bytes() (data []byte)
func (*Transaction) Extract ¶
func (t *Transaction) Extract(data []byte) []byte
func (*Transaction) GetHash ¶
func (t *Transaction) GetHash() (h types.Hash)
func (*Transaction) GetSignature ¶
func (t *Transaction) GetSignature() types.Signature
func (*Transaction) New ¶
func (w *Transaction) New() *Transaction
func (*Transaction) SigBytes ¶
func (t *Transaction) SigBytes() (data []byte)
func (*Transaction) Sign ¶
func (t *Transaction) Sign(p types.PrivateKey)
func (*Transaction) ValidateSig ¶
func (t *Transaction) ValidateSig() bool
type Wallet ¶
func (*Wallet) GetPrivateKey ¶
func (w *Wallet) GetPrivateKey(address types.Address) types.PrivateKey
func (*Wallet) NewAddress ¶
Click to show internal directories.
Click to hide internal directories.