Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollatWallet ¶
type CollatWallet struct { // The wallet address Address string // The wallet balance Balance abi.TokenAmount }
type PubMsgWallet ¶
type PubMsgWallet struct { // The wallet address Address string // The wallet balance Balance abi.TokenAmount // The funds that are tagged for ongoing deals Tagged abi.TokenAmount }
type SMAEscrow ¶
type SMAEscrow struct { // Funds tagged for ongoing deals Tagged abi.TokenAmount // Funds in escrow available to be used for deal making Available abi.TokenAmount // Funds in escrow that are locked for ongoing deals Locked abi.TokenAmount }
type Status ¶
type Status struct { // Funds in the Storage Market Actor Escrow SMAEscrow // Funds in the wallet used for deal collateral Collateral CollatWallet // Funds in the wallet used to pay for Publish Storage Deals messages PubMsg PubMsgWallet }
func GetStatus ¶
func GetStatus(ctx context.Context, fm *fundmanager.FundManager) (*Status, error)
Click to show internal directories.
Click to hide internal directories.