interface IWithdraw {
    coopname: string;
    username: string;
    withdraw_id: SovietContract.Interfaces.IUint64;
}

Properties

coopname: string
username: string