Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateWallet(ctx context.Context, name, passphrase string) error
- func (c Client) GenerateKeyPair(ctx context.Context, passphrase string, meta []types.Meta) (*types.Key, error)
- func (c *Client) ListPublicKeys(ctx context.Context) ([]string, error)
- func (c *Client) LoginWallet(ctx context.Context, name, passphrase string) error
- func (c *Client) SignTx(ctx context.Context, request *walletpb.SubmitTransactionRequest) error
- type SignTxRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateWallet ¶
func (Client) GenerateKeyPair ¶
func (*Client) ListPublicKeys ¶
func (*Client) LoginWallet ¶
type SignTxRequest ¶
Click to show internal directories.
Click to hide internal directories.