Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keypair ¶
type Keypair struct {
// contains filtered or unexported fields
}
func GenerateKeypair ¶
func NewKeypairFromKRP ¶
func NewKeypairFromKRP(pair signature.KeyringPair) *Keypair
func NewKeypairFromSeed ¶
func (*Keypair) AsKeyringPair ¶
func (kp *Keypair) AsKeyringPair() *signature.KeyringPair
AsKeyringPair returns the underlying KeyringPair
Click to show internal directories.
Click to hide internal directories.