Pledge In Position
Function Signature
pledgeInPosition(
pcpId: string,
collateralToken: string,
indexToken: string,
amount: number,
coinObjects: string[],
long: boolean
): Promise<TransactionBlock>Parameters
Return Value
Usage Example
Last updated