Documentation ¶
Index ¶
- func SetupCli(parser *flags.Parser)
- type AddWatchedScript
- type Balance
- type BumpFee
- type ChainTip
- type CreateMultisigSignature
- type CurrentAddress
- type DumpHeaders
- type EstimateFee
- type GetConfirmations
- type GetFeePerByte
- type GetKey
- type GetTransaction
- type HasKey
- type ListAddresses
- type ListKeys
- type MasterPrivateKey
- type MasterPublicKey
- type Multisign
- type NewAddress
- type Peers
- type ReSyncBlockchain
- type Spend
- type Stop
- type SweepAddress
- type Transactions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddWatchedScript ¶
type AddWatchedScript struct{}
func (*AddWatchedScript) Execute ¶
func (x *AddWatchedScript) Execute(args []string) error
type CreateMultisigSignature ¶
type CreateMultisigSignature struct{}
func (*CreateMultisigSignature) Execute ¶
func (x *CreateMultisigSignature) Execute(args []string) error
type CurrentAddress ¶
type CurrentAddress struct{}
func (*CurrentAddress) Execute ¶
func (x *CurrentAddress) Execute(args []string) error
type DumpHeaders ¶
type DumpHeaders struct{}
func (*DumpHeaders) Execute ¶
func (x *DumpHeaders) Execute(args []string) error
type EstimateFee ¶
type EstimateFee struct{}
func (*EstimateFee) Execute ¶
func (x *EstimateFee) Execute(args []string) error
type GetConfirmations ¶
type GetConfirmations struct{}
func (*GetConfirmations) Execute ¶
func (x *GetConfirmations) Execute(args []string) error
type GetFeePerByte ¶
type GetFeePerByte struct{}
func (*GetFeePerByte) Execute ¶
func (x *GetFeePerByte) Execute(args []string) error
type GetTransaction ¶
type GetTransaction struct{}
func (*GetTransaction) Execute ¶
func (x *GetTransaction) Execute(args []string) error
type ListAddresses ¶
type ListAddresses struct{}
func (*ListAddresses) Execute ¶
func (x *ListAddresses) Execute(args []string) error
type MasterPrivateKey ¶
type MasterPrivateKey struct{}
func (*MasterPrivateKey) Execute ¶
func (x *MasterPrivateKey) Execute(args []string) error
type MasterPublicKey ¶
type MasterPublicKey struct{}
func (*MasterPublicKey) Execute ¶
func (x *MasterPublicKey) Execute(args []string) error
type NewAddress ¶
type NewAddress struct{}
func (*NewAddress) Execute ¶
func (x *NewAddress) Execute(args []string) error
type ReSyncBlockchain ¶
type ReSyncBlockchain struct{}
func (*ReSyncBlockchain) Execute ¶
func (x *ReSyncBlockchain) Execute(args []string) error
type SweepAddress ¶
type SweepAddress struct{}
func (*SweepAddress) Execute ¶
func (x *SweepAddress) Execute(args []string) error
type Transactions ¶
type Transactions struct{}
func (*Transactions) Execute ¶
func (x *Transactions) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.