interface IWithdrawauth {
    coopname: string;
    withdraw_id: GatewayContract.Interfaces.IUint64;
}

Properties

coopname: string