Msig

The Msig methods are used to interact with multisig wallets on the filecoin network.

msigGetAvailableBalance

msigGetAvailableBalance (address: string, tipSetKey: Cid[]): Promise<string>

Returns the portion of a multisig's balance that can be withdrawn or spent

Parameters:

  • address: string
  • tipSetKey: Cid[]

Returns:

Promise<string>

Source: index.d.ts, line 479, character 25

msigGetVested

msigGetVested (address: string, tipSetKey: Cid[], tipSetKey1: Cid[]): Promise<string>

Returns the amount of FIL that vested in a multisig in a certain period. It takes the following params: , ,

Parameters:

  • address: string
  • tipSetKey: Cid[]
  • tipSetKey1: Cid[]

Returns:

Promise<string>

Source: index.d.ts, line 484, character 15