Base Argument object for methods.

interface CroadloanWithdrawArgs {
    index: string | number;
    who: string;
}

Hierarchy (view full)

  • Args
    • CroadloanWithdrawArgs

Properties

Properties

index: string | number
who: string