Interface MessageQueryOptions

interface MessageQueryOptions {
    affiliates: string[];
    isSmartRelayEnabled?: boolean;
    slippageTolerancePercent: string;
}

Properties

affiliates: string[]
isSmartRelayEnabled?: boolean
slippageTolerancePercent: string