Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2021 Changes in this version + type FlowchAPI struct + FlowchMgr *flowchmgr.Manager + func (a *FlowchAPI) FlowchAllocateLane(ctx context.Context, ch address.Address) (uint64, error) + func (a *FlowchAPI) FlowchAvailableFunds(ctx context.Context, ch address.Address) (*api.ChannelAvailableFunds, error) + func (a *FlowchAPI) FlowchAvailableFundsByFromTo(ctx context.Context, from, to address.Address) (*api.ChannelAvailableFunds, error) + func (a *FlowchAPI) FlowchCollect(ctx context.Context, addr address.Address) (cid.Cid, error) + func (a *FlowchAPI) FlowchGet(ctx context.Context, from, to address.Address, amt types.BigInt) (*api.ChannelInfo, error) + func (a *FlowchAPI) FlowchGetWaitReady(ctx context.Context, sentinel cid.Cid) (address.Address, error) + func (a *FlowchAPI) FlowchList(ctx context.Context) ([]address.Address, error) + func (a *FlowchAPI) FlowchNewPayment(ctx context.Context, from, to address.Address, vouchers []api.FlowVoucherSpec) (*api.FlowInfo, error) + func (a *FlowchAPI) FlowchSettle(ctx context.Context, addr address.Address) (cid.Cid, error) + func (a *FlowchAPI) FlowchStatus(ctx context.Context, pch address.Address) (*api.FlowchStatus, error) + func (a *FlowchAPI) FlowchVoucherAdd(ctx context.Context, ch address.Address, sv *flowch.SignedVoucher, ...) (types.BigInt, error) + func (a *FlowchAPI) FlowchVoucherCheckSpendable(ctx context.Context, ch address.Address, sv *flowch.SignedVoucher, ...) (bool, error) + func (a *FlowchAPI) FlowchVoucherCheckValid(ctx context.Context, ch address.Address, sv *flowch.SignedVoucher) error + func (a *FlowchAPI) FlowchVoucherCreate(ctx context.Context, pch address.Address, amt types.BigInt, lane uint64) (*api.FlowVoucherCreateResult, error) + func (a *FlowchAPI) FlowchVoucherList(ctx context.Context, pch address.Address) ([]*flowch.SignedVoucher, error) + func (a *FlowchAPI) FlowchVoucherSubmit(ctx context.Context, ch address.Address, sv *flowch.SignedVoucher, ...) (cid.Cid, error)