interface IModerate {
    cancellation_fee: Interfaces.Marketplace.IUint64;
    coopname: string;
    exchange_id: Interfaces.Marketplace.IUint64;
    username: string;
}

Properties

cancellation_fee: Interfaces.Marketplace.IUint64
coopname: string
username: string