Interface ExchangeOptions

interface ExchangeOptions {
    assert: AssertExchange;
    name: string;
    type: string;
}

Properties

Properties

assert: AssertExchange
name: string
type: string