request type for twap RPC method

interface QueryTwapsRequestAmino {
    lookback_seconds?: string;
}

Properties

lookback_seconds?: string