request type for twap RPC method

interface QueryTwapsRequest {
    lookbackSeconds: bigint;
}

Properties

Properties

lookbackSeconds: bigint