Documentation ¶
Index ¶
- Variables
- func AllCodes() []cid.Cid
- func NewMarketProposalsDiffContainer(pre, cur DealProposals) *marketProposalsDiffContainer
- func NewMarketStatesDiffContainer(pre, cur DealStates) *marketStatesDiffContainer
- func VersionCodes() map[actors.Version]cid.Cid
- type DealIDState
- type DealProposal
- type DealProposalChanges
- type DealProposals
- type DealState
- type DealStateChange
- type DealStateChanges
- type DealStates
- type ProposalIDState
- type State
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Address = builtintypes8.StorageMarketActorAddr Methods = builtintypes8.MethodsMarket )
Functions ¶
func NewMarketProposalsDiffContainer ¶
func NewMarketProposalsDiffContainer(pre, cur DealProposals) *marketProposalsDiffContainer
func NewMarketStatesDiffContainer ¶
func NewMarketStatesDiffContainer(pre, cur DealStates) *marketStatesDiffContainer
func VersionCodes ¶ added in v0.11.0
Types ¶
type DealIDState ¶
type DealProposal ¶
type DealProposal = market8.DealProposal
type DealProposalChanges ¶
type DealProposalChanges struct { Added []ProposalIDState Removed []ProposalIDState }
func DiffDealProposals ¶
type DealProposals ¶
type DealStateChange ¶
DealStateChange is a change in deal state from -> to
type DealStateChanges ¶
type DealStateChanges struct { Added []DealIDState Modified []DealStateChange Removed []DealIDState }
func DiffDealStates ¶
type DealStates ¶
type ProposalIDState ¶
type ProposalIDState struct { ID abi.DealID Proposal market8.DealProposal }
type State ¶
Click to show internal directories.
Click to hide internal directories.