package
0.0.0-20200412164013-30b2b69674b6
Repository: https://github.com/the729/go-libra.git
Documentation: pkg.go.dev
# Functions
MustToAddress converts hex string represent of an address into types.AccountAddress.
New creates a new Libra Client from a trusted waypoint.
NewFromState creates a new Libra Client from a previous saved state.
NewRawP2PTransaction creates a new serialized raw transaction bytes corresponding to a peer-to-peer Libra coin transaction.
PubkeyMustToAddress converts an ed25519 public key (32 bytes) into types.AccountAddress (16 bytes).
PubkeyMustToAuthKey converts an ed25519 public key (32 bytes) into auth key (32 bytes).
# Type aliases
HashValue is a wrap of []byte.