Versions in this module Expand all Collapse all v8 v8.0.1 Jun 10, 2022 v8.0.0 Apr 22, 2022 Changes in this version + const ErrChannelStateUpdateAfterSettled + const LaneStatesAmtBitwidth + const MaxLane + const MaxSecretSize + const SettleDelay + func VoucherSigningBytes(t *SignedVoucher) ([]byte, error) + type Actor struct + func (a Actor) Code() cid.Cid + func (a Actor) Exports() []interface{} + func (a Actor) State() cbor.Er + func (pca *Actor) Constructor(rt runtime.Runtime, params *ConstructorParams) *abi.EmptyValue + func (pca Actor) Collect(rt runtime.Runtime, _ *abi.EmptyValue) *abi.EmptyValue + func (pca Actor) Settle(rt runtime.Runtime, _ *abi.EmptyValue) *abi.EmptyValue + func (pca Actor) UpdateChannelState(rt runtime.Runtime, params *UpdateChannelStateParams) *abi.EmptyValue + type ConstructorParams = paych0.ConstructorParams + type LaneState struct + Nonce uint64 + Redeemed big.Int + func (t *LaneState) MarshalCBOR(w io.Writer) error + func (t *LaneState) UnmarshalCBOR(r io.Reader) error + type Merge = paych0.Merge + type ModVerifyParams = paych0.ModVerifyParams + type SignedVoucher = paych7.SignedVoucher + type State struct + From addr.Address + LaneStates cid.Cid + MinSettleHeight abi.ChainEpoch + SettlingAt abi.ChainEpoch + To addr.Address + ToSend abi.TokenAmount + func ConstructState(from addr.Address, to addr.Address, emptyArrCid cid.Cid) *State + func (t *State) MarshalCBOR(w io.Writer) error + func (t *State) UnmarshalCBOR(r io.Reader) error + type StateSummary struct + Redeemed abi.TokenAmount + func CheckStateInvariants(st *State, store adt.Store, balance abi.TokenAmount) (*StateSummary, *builtin.MessageAccumulator) + type UpdateChannelStateParams = paych7.UpdateChannelStateParams Other modules containing this package github.com/filecoin-project/specs-actors github.com/filecoin-project/specs-actors/v2 github.com/filecoin-project/specs-actors/v3 github.com/filecoin-project/specs-actors/v4 github.com/filecoin-project/specs-actors/v5 github.com/filecoin-project/specs-actors/v6 github.com/filecoin-project/specs-actors/v7