interface VertexWithdrawCollateralTx {
    withdraw_collateral: {
        sender: string;
        product_id: number;
        amount: string;
        nonce: number;
    };
}

Properties

withdraw_collateral: {
    sender: string;
    product_id: number;
    amount: string;
    nonce: number;
}