 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wallet ¶
type Wallet struct {
	PrivateKey ed25519.PrivateKey
	PublicKey  ed25519.PublicKey
	AuthKey    [32]byte
}
    Wallet of sui-block-chain. cpp from https://github.com/ltp456/go-sui-sdk/blob/888bddf15fd06afc11900f54ff39d24db7ffefb9/crypto/ed25519.go#L9
func NewWalletV2 ¶ added in v0.0.7
 Click to show internal directories. 
   Click to hide internal directories.