ITransactionsFilter

@human-protocol/sdk


@human-protocol/sdk / interfaces / ITransactionsFilter

Interface: ITransactionsFilter

Defined in: interfaces.ts:165

Extends

Properties

chainId

chainId: ChainId

Defined in: interfaces.ts:166


endBlock?

optional endBlock: number

Defined in: interfaces.ts:168


endDate?

optional endDate: Date

Defined in: interfaces.ts:170


escrow?

optional escrow: string

Defined in: interfaces.ts:174


first?

optional first: number

Defined in: interfaces.ts:179

Inherited from

IPagination.first


fromAddress?

optional fromAddress: string

Defined in: interfaces.ts:171


method?

optional method: string

Defined in: interfaces.ts:173


orderDirection?

optional orderDirection: OrderDirection

Defined in: interfaces.ts:181

Inherited from

IPagination.orderDirection


skip?

optional skip: number

Defined in: interfaces.ts:180

Inherited from

IPagination.skip


startBlock?

optional startBlock: number

Defined in: interfaces.ts:167


startDate?

optional startDate: Date

Defined in: interfaces.ts:169


toAddress?

optional toAddress: string

Defined in: interfaces.ts:172


token?

optional token: string

Defined in: interfaces.ts:175

Last updated