Correct docs
This commit is contained in:
parent
fdaa9c14ad
commit
f773ab4b28
@ -422,8 +422,7 @@ type FullNode interface {
|
|||||||
|
|
||||||
// MsigGetAvailableBalance returns the portion of a multisig's balance that can be withdrawn or spent
|
// MsigGetAvailableBalance returns the portion of a multisig's balance that can be withdrawn or spent
|
||||||
MsigGetAvailableBalance(context.Context, address.Address, types.TipSetKey) (types.BigInt, error)
|
MsigGetAvailableBalance(context.Context, address.Address, types.TipSetKey) (types.BigInt, error)
|
||||||
// MsigGetLockedBalance returns the locked balance of an msig at a vien epoch.
|
// MsigGetVestingSchedule returns the vesting details of a given multisig.
|
||||||
// The return may be greater than the multisig actor's actual balance.
|
|
||||||
MsigGetVestingSchedule(context.Context, address.Address, types.TipSetKey) (MsigVesting, error)
|
MsigGetVestingSchedule(context.Context, address.Address, types.TipSetKey) (MsigVesting, error)
|
||||||
// MsigGetVested returns the amount of FIL that vested in a multisig in a certain period.
|
// MsigGetVested returns the amount of FIL that vested in a multisig in a certain period.
|
||||||
// It takes the following params: <multisig address>, <start epoch>, <end epoch>
|
// It takes the following params: <multisig address>, <start epoch>, <end epoch>
|
||||||
|
@ -2146,8 +2146,7 @@ Inputs:
|
|||||||
Response: `"0"`
|
Response: `"0"`
|
||||||
|
|
||||||
### MsigGetVestingSchedule
|
### MsigGetVestingSchedule
|
||||||
MsigGetLockedBalance returns the locked balance of an msig at a vien epoch.
|
MsigGetVestingSchedule returns the vesting details of a given multisig.
|
||||||
The return may be greater than the multisig actor's actual balance.
|
|
||||||
|
|
||||||
|
|
||||||
Perms: read
|
Perms: read
|
||||||
|
Loading…
Reference in New Issue
Block a user