interface IProgwallet {
    agreement_id: SovietContract.Interfaces.IUint64;
    available: string;
    blocked: string;
    coopname: string;
    id: SovietContract.Interfaces.IUint64;
    membership_contribution: string;
    program_id: SovietContract.Interfaces.IUint64;
    username: string;
}

Properties

available: string
blocked: string
coopname: string
membership_contribution: string
username: string