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

Properties

available: string
coopname: string
username: string