Documentation ¶
Index ¶
- type IModel
- type Model
- func (m *Model) CreateBlock(ctx context.Context, privKey string) (*api.CreateBlockOutput, error)
- func (m *Model) CreateWallet(ctx context.Context, password []byte) (*api.CreateWalletOutput, error)
- func (m *Model) GetBalance(ctx context.Context, privKey string) (*api.GetBalanceOutput, error)
- func (m *Model) GetTraces()
- func (m *Model) GetWallet(ctx context.Context, mnemonic, password []byte) (*api.GetWalletOutput, error)
- func (m *Model) ShutDown()
- func (m *Model) ValidWallet(ctx context.Context, privKey []byte) (*api.ValidWalletOutput, error)
- type Option
- type PostInput
- type PostOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) CreateBlock ¶
func (*Model) CreateWallet ¶
func (*Model) GetBalance ¶
func (*Model) ValidWallet ¶
type PostOutput ¶
type PostOutput interface{}
Click to show internal directories.
Click to hide internal directories.