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

Properties

coopname: string
username: string
withdraw_id: Interfaces.Fund.IUint64