interface ICompleteWithdraw {
    coopname: string;
    username: string;
    withdraw_id: FundContract.Interfaces.IUint64;
}

Properties

coopname: string
username: string