Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2021 Changes in this version + var Methods = builtin3.MethodsFlowch + type LaneState interface + Nonce func() (uint64, error) + Redeemed func() (big.Int, error) + type MessageBuilder interface + AddFunds func(to address.Address, amount abi.TokenAmount) (*types.Message, error) + Collect func(paych address.Address) (*types.Message, error) + Create func(to address.Address, initialAmount abi.TokenAmount) (*types.Message, error) + Settle func(paych address.Address) (*types.Message, error) + Update func(paych address.Address, voucher *SignedVoucher, secret []byte) (*types.Message, error) + func Message(version actors.Version, from address.Address) MessageBuilder + type ModVerifyParams = flowch3.ModVerifyParams + type SignedVoucher = flowch3.SignedVoucher + func DecodeSignedVoucher(s string) (*SignedVoucher, error) + type State interface + ForEachLaneState func(cb func(idx uint64, dl LaneState) error) error + From func() (address.Address, error) + LaneCount func() (uint64, error) + Received func() (abi.TokenAmount, error) + SettlingAt func() (abi.ChainEpoch, error) + To func() (address.Address, error) + ToSend func() (abi.TokenAmount, error) + func Load(store adt.Store, act *types.Actor) (State, error)