Documentation ¶
Index ¶
- Constants
- type Client
- type SDK
- func (s *SDK) Join(routerState schema.RouterState) (*schema.Transaction, error)
- func (s *SDK) Leave() (*schema.Transaction, error)
- func (s *SDK) Sign(msg string) (string, error)
- func (s *SDK) Stake(stakePool, amount string) (*schema.Transaction, error)
- func (s *SDK) Transfer(to, amount string) (*schema.Transaction, error)
- func (s *SDK) Unstake(stakePool, amount string) (*schema.Transaction, error)
Constants ¶
View Source
const ( RSASignerType = "RSASigner" EccSignerType = "EccSigner" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.