Browser-Lite API documentation
Class: Mesh
Hierarchy
Constructors
constructer
Properties
Optional wrapper
Methods
addOrdersAsync
getOrdersAsync
getOrdersForPageAsync
getStatsAsync
onError
onOrderEvents
startAsync
Enumeration: ContractEventKind
Enumeration members
ERC1155ApprovalForAllEvent
ERC1155TransferBatchEvent
ERC1155TransferSingleEvent
ERC20ApprovalEvent
ERC20TransferEvent
ERC721ApprovalEvent
ERC721ApprovalForAllEvent
ERC721TransferEvent
ExchangeCancelEvent
ExchangeCancelUpToEvent
ExchangeFillEvent
WethDepositEvent
WethWithdrawalEvent
Enumeration: OrderEventEndState
Enumeration members
Added
Cancelled
Expired
FillabilityIncreased
Filled
FullyFilled
Invalid
StoppedWatching
Unexpired
Unfunded
Enumeration: RejectedOrderKind
Enumeration members
MeshError
MeshValidation
ZeroExValidation
Enumeration: Verbosity
Enumeration members
Debug
Error
Fatal
Info
Panic
Trace
Warn
Interface: AcceptedOrderInfo
Hierarchy
Properties
fillableTakerAssetAmount
isNew
orderHash
signedOrder
Interface: Config
Hierarchy
Properties
Optional blockPollingIntervalSeconds
Optional bootstrapList
Optional customContractAddresses
Optional customOrderFilter
Optional enableEthereumRPCRateLimiting
ethereumChainID
Optional ethereumRPCMaxContentLength
Optional ethereumRPCMaxRequestsPer24HrUTC
Optional ethereumRPCMaxRequestsPerSecond
Optional ethereumRPCURL
Optional maxBytesPerSecond
Optional maxOrdersInStorage
Optional useBootstrapList
Optional verbosity
Optional web3Provider
Interface: ContractAddresses
Hierarchy
Properties
devUtils
erc1155Proxy
erc20Proxy
erc721Proxy
exchange
Optional weth9
Optional zrxToken
Interface: ContractEvent
Hierarchy
Properties
address
blockHash
isRemoved
kind
logIndex
parameters
txHash
txIndex
Interface: ERC1155ApprovalForAllEvent
Hierarchy
Properties
approved
operator
owner
Interface: ERC1155TransferBatchEvent
Hierarchy
Properties
from
ids
operator
to
values
Interface: ERC1155TransferSingleEvent
Hierarchy
Properties
from
id
operator
to
value
Interface: ERC20ApprovalEvent
Hierarchy
Properties
owner
spender
value
Interface: ERC20TransferEvent
Hierarchy
Properties
from
to
value
Interface: ERC721ApprovalEvent
Hierarchy
Properties
approved
owner
tokenId
Interface: ERC721ApprovalForAllEvent
Hierarchy
Properties
approved
operator
owner
Interface: ERC721TransferEvent
Hierarchy
Properties
from
to
tokenId
Interface: ExchangeCancelEvent
Hierarchy
Properties
feeRecipientAddress
makerAddress
makerAssetData
orderHash
senderAddress
takerAssetData
Interface: ExchangeCancelUpToEvent
Hierarchy
Properties
makerAddress
orderEpoch
orderSenderAddress
Interface: ExchangeFillEvent
Hierarchy
Properties
feeRecipientAddress
makerAddress
makerAssetData
makerAssetFilledAmount
makerFeeAssetData
makerFeePaid
orderHash
protocolFeePaid
senderAddress
takerAddress
takerAssetData
takerAssetFilledAmount
takerFeeAssetData
takerFeePaid
Interface: GetOrdersResponse
Hierarchy
Properties
ordersInfos
timestamp
Interface: JsonSchema
Hierarchy
Properties
Optional $ref
Optional $schema
Optional additionalItems
Optional additionalProperties
Optional allOf
Optional anyOf
Optional const
Optional definitions
Optional dependencies
Optional description
Optional enum
Optional exclusiveMaximum
Optional exclusiveMinimum
Optional format
Optional id
Optional items
Optional maxItems
Optional maxLength
Optional maxProperties
Optional maximum
Optional minItems
Optional minLength
Optional minProperties
Optional minimum
Optional multipleOf
Optional not
Optional oneOf
Optional pattern
Optional patternProperties
Optional properties
Optional required
Optional title
Optional type
Optional uniqueItems
Interface: LatestBlock
Hierarchy
Properties
hash
number
Interface: OrderEvent
Hierarchy
Properties
contractEvents
endState
fillableTakerAssetAmount
orderHash
signedOrder
timestampMs
Interface: OrderInfo
Hierarchy
Properties
fillableTakerAssetAmount
orderHash
signedOrder
Interface: RejectedOrderInfo
Hierarchy
Properties
kind
orderHash
signedOrder
status
Interface: RejectedOrderStatus
Hierarchy
Properties
code
message
Interface: Stats
Hierarchy
Properties
ethRPCRateLimitExpiredRequests
ethRPCRequestsSentInCurrentUTCDay
ethereumChainID
Optional latestBlock
maxExpirationTime
numOrders
numOrdersIncludingRemoved
numPeers
numPinnedOrders
peerID
pubSubTopic
rendezvous
secondaryRendezvous
startOfCurrentUTCDay
version
Interface: ValidationResults
Hierarchy
Properties
accepted
rejected
Interface: WethDepositEvent
Hierarchy
Properties
owner
value
Interface: WethWithdrawalEvent
Hierarchy
Properties
owner
value
Functions
loadMeshStreamingForURLAsync
loadMeshStreamingAsync
Last updated
Was this helpful?