Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModVerifyParams ¶
type ModVerifyParams = paych0.ModVerifyParams
type SignedVoucher ¶
type SignedVoucher = paych0.SignedVoucher
type State ¶
type State interface { cbor.Marshaler // Channel owner, who has funded the actor From() (address.Address, error) // Recipient of payouts from channel To() (address.Address, error) // Height at which the channel can be `Collected` SettlingAt() (abi.ChainEpoch, error) // Amount successfully redeemed through the payment channel, paid out on `Collect()` ToSend() (abi.TokenAmount, error) // Get total number of lanes LaneCount() (uint64, error) // Iterate lane states ForEachLaneState(cb func(idx uint64, dl LaneState) error) error }
State is an abstract version of payment channel state that works across versions
Click to show internal directories.
Click to hide internal directories.