Documentation ¶
Index ¶
- func Address(i uint64) address.Address
- func MkBlock(parents *types.TipSet, weightInc uint64, ticketNonce uint64) *types.BlockHeader
- func MkMessage(from, to address.Address, nonce uint64, w *wallet.LocalWallet) *types.SignedMessage
- func RandomActorAddresses(seed int64, count int) ([]*address.Address, error)
- func TipSet(blks ...*types.BlockHeader) *types.TipSet
- func UnsignedMessage(from, to address.Address, nonce uint64) *types.Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MkMessage ¶
func MkMessage(from, to address.Address, nonce uint64, w *wallet.LocalWallet) *types.SignedMessage
func RandomActorAddresses ¶ added in v1.15.1
Generates count new addresses using the provided seed, and returns them
func UnsignedMessage ¶ added in v1.15.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.