Documentation ¶
Index ¶
- Constants
- func Address(pub []byte) types.Address
- func SelfSpawn(pk signing.PrivateKey, nonce core.Nonce, opts ...sdk.Opt) []byte
- func Spawn(pk signing.PrivateKey, template core.Address, args scale.Encodable, ...) []byte
- func Spend(pk signing.PrivateKey, to types.Address, amount uint64, nonce types.Nonce, ...) []byte
Constants ¶
View Source
const ( // TotalGasSpawn is a fixed amount of gas for spawn. TotalGasSpawn = wallet.TotalGasSpawn // TotalGasSpend is a fixed amount of gas for spend. TotalGasSpend = wallet.TotalGasSpend )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.