Documentation ¶
Index ¶
Constants ¶
View Source
const (
ADDRESS_LENGTH = 64
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { KeyPair sui_types.SuiKeyPair Address string }
func NewAccount ¶
func NewAccount(scheme sui_types.SignatureScheme, seed []byte) *Account
func NewAccountWithKeystore ¶
func NewAccountWithMnemonic ¶
func (*Account) SignSecureWithoutEncode ¶
Click to show internal directories.
Click to hide internal directories.