Skip to content

@liquality.evm.<internal>

Krasimir Raykov edited this page Mar 30, 2022 · 3 revisions

Namespace: <internal>

@liquality/evm.

Table of contents

Namespaces

Enumerations

Classes

Interfaces

Type aliases

Type aliases

AddressType

Ƭ AddressType: Address | string

Defined in

types/dist/lib/Address.d.ts:14


ApprovalEvent

Ƭ ApprovalEvent: TypedEvent<[string, string, BigNumber], { approved: string ; owner: string ; tokenId: BigNumber }>

Defined in

evm/lib/typechain/ERC721.ts:119


ApprovalEventFilter

Ƭ ApprovalEventFilter: TypedEventFilter<ApprovalEvent>

Defined in

evm/lib/typechain/ERC721.ts:124


ApprovalForAllEvent

Ƭ ApprovalForAllEvent: TypedEvent<[string, string, boolean], { approved: boolean ; operator: string ; owner: string }>

Defined in

evm/lib/typechain/ERC721.ts:126


ApprovalForAllEvent

Ƭ ApprovalForAllEvent: TypedEvent<[string, string, boolean], { account: string ; approved: boolean ; operator: string }>

Defined in

evm/lib/typechain/ERC1155.ts:103


ApprovalForAllEventFilter

Ƭ ApprovalForAllEventFilter: TypedEventFilter<ApprovalForAllEvent>

Defined in

evm/lib/typechain/ERC721.ts:131


ApprovalForAllEventFilter

Ƭ ApprovalForAllEventFilter: TypedEventFilter<ApprovalForAllEvent>

Defined in

evm/lib/typechain/ERC1155.ts:108


AssetType

Ƭ AssetType: "native" | "erc20"

Defined in

types/dist/lib/Asset.d.ts:14


ClaimEvent

Ƭ ClaimEvent: TypedEvent<[string, string], { id: string ; secret: string }>

Defined in

evm/lib/typechain/LiqualityHTLC.ts:84


ClaimEventFilter

Ƭ ClaimEventFilter: TypedEventFilter<ClaimEvent>

Defined in

evm/lib/typechain/LiqualityHTLC.ts:89


FeeType

Ƭ FeeType: EIP1559Fee | number

Defined in

types/dist/lib/Fees.d.ts:8


HTLCDataStruct

Ƭ HTLCDataStruct: Object

Type declaration

Name Type
amount BigNumberish
expiration BigNumberish
recipientAddress string
refundAddress string
secretHash BytesLike
tokenAddress string

Defined in

evm/lib/typechain/ILiqualityHTLC.ts:22


HTLCDataStruct

Ƭ HTLCDataStruct: Object

Type declaration

Name Type
amount BigNumberish
expiration BigNumberish
recipientAddress string
refundAddress string
secretHash BytesLike
tokenAddress string

Defined in

evm/lib/typechain/LiqualityHTLC.ts:22


HTLCDataStructOutput

Ƭ HTLCDataStructOutput: [BigNumber, BigNumber, string, string, string, string] & { amount: BigNumber ; expiration: BigNumber ; recipientAddress: string ; refundAddress: string ; secretHash: string ; tokenAddress: string }

Defined in

evm/lib/typechain/LiqualityHTLC.ts:31


InitiateEvent

Ƭ InitiateEvent: TypedEvent<[string, HTLCDataStructOutput], { htlc: HTLCDataStructOutput ; id: string }>

Defined in

evm/lib/typechain/LiqualityHTLC.ts:91


InitiateEventFilter

Ƭ InitiateEventFilter: TypedEventFilter<InitiateEvent>

Defined in

evm/lib/typechain/LiqualityHTLC.ts:96


NftContract

Ƭ NftContract: ERC721 | ERC1155

Defined in

evm/lib/nft/EvmNftProvider.ts:12


NftInfo

Ƭ NftInfo: Object

Type declaration

Name Type
contract NftContract
schema NftTypes

Defined in

evm/lib/nft/EvmNftProvider.ts:13


RefundEvent

Ƭ RefundEvent: TypedEvent<[string], { id: string }>

Defined in

evm/lib/typechain/LiqualityHTLC.ts:98


RefundEventFilter

Ƭ RefundEventFilter: TypedEventFilter<RefundEvent>

Defined in

evm/lib/typechain/LiqualityHTLC.ts:100


TransactionRequest

Ƭ TransactionRequest: Object

Type declaration

Name Type
asset? Asset
data? string
fee? FeeType
feeAsset? Asset
to? AddressType
value? BigNumber

Defined in

types/dist/lib/Transaction.d.ts:28


TransferBatchEvent

Ƭ TransferBatchEvent: TypedEvent<[string, string, string, BigNumber[], BigNumber[]], { from: string ; ids: BigNumber[] ; operator: string ; to: string ; values: BigNumber[] }>

Defined in

evm/lib/typechain/ERC1155.ts:110


TransferBatchEventFilter

Ƭ TransferBatchEventFilter: TypedEventFilter<TransferBatchEvent>

Defined in

evm/lib/typechain/ERC1155.ts:121


TransferEvent

Ƭ TransferEvent: TypedEvent<[string, string, BigNumber], { from: string ; to: string ; tokenId: BigNumber }>

Defined in

evm/lib/typechain/ERC721.ts:133


TransferEventFilter

Ƭ TransferEventFilter: TypedEventFilter<TransferEvent>

Defined in

evm/lib/typechain/ERC721.ts:138


TransferSingleEvent

Ƭ TransferSingleEvent: TypedEvent<[string, string, string, BigNumber, BigNumber], { from: string ; id: BigNumber ; operator: string ; to: string ; value: BigNumber }>

Defined in

evm/lib/typechain/ERC1155.ts:123


TransferSingleEventFilter

Ƭ TransferSingleEventFilter: TypedEventFilter<TransferSingleEvent>

Defined in

evm/lib/typechain/ERC1155.ts:134


URIEvent

Ƭ URIEvent: TypedEvent<[string, BigNumber], { id: BigNumber ; value: string }>

Defined in

evm/lib/typechain/ERC1155.ts:136


URIEventFilter

Ƭ URIEventFilter: TypedEventFilter<URIEvent>

Defined in

evm/lib/typechain/ERC1155.ts:141


__TypechainArgsArray

Ƭ __TypechainArgsArray<T>: T extends TypedEvent<infer U> ? U : never

Type parameters

Name
T

Defined in

evm/lib/typechain/common.ts:21

Clone this wiki locally