-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.evm.<internal>
- Asset
- Block
- Call
- ChainProvider
- EIP1559Fee
- ERC1155
- ERC1155Interface
- ERC721
- ERC721Interface
- FeeDetail
- FeeDetails
- FeeProvider
- LiqualityHTLC
- LiqualityHTLCInterface
- Multicall
- MulticallInterface
- Network
- OnEvent
- SwapParams
- SwapProvider
- Transaction
- TypedEvent
- TypedEventFilter
- TypedListener
- WalletOptions
- WalletProvider
- AddressType
- ApprovalEvent
- ApprovalEventFilter
- ApprovalForAllEvent
- ApprovalForAllEvent
- ApprovalForAllEventFilter
- ApprovalForAllEventFilter
- AssetType
- ClaimEvent
- ClaimEventFilter
- FeeType
- HTLCDataStruct
- HTLCDataStruct
- HTLCDataStructOutput
- InitiateEvent
- InitiateEventFilter
- NftContract
- NftInfo
- RefundEvent
- RefundEventFilter
- TransactionRequest
- TransferBatchEvent
- TransferBatchEventFilter
- TransferEvent
- TransferEventFilter
- TransferSingleEvent
- TransferSingleEventFilter
- URIEvent
- URIEventFilter
- __TypechainArgsArray
Ƭ AddressType: Address
| string
types/dist/lib/Address.d.ts:14
Ƭ ApprovalEvent: TypedEvent
<[string
, string
, BigNumber
], { approved
: string
; owner
: string
; tokenId
: BigNumber
}>
evm/lib/typechain/ERC721.ts:119
Ƭ ApprovalEventFilter: TypedEventFilter
<ApprovalEvent
>
evm/lib/typechain/ERC721.ts:124
Ƭ ApprovalForAllEvent: TypedEvent
<[string
, string
, boolean
], { approved
: boolean
; operator
: string
; owner
: string
}>
evm/lib/typechain/ERC721.ts:126
Ƭ ApprovalForAllEvent: TypedEvent
<[string
, string
, boolean
], { account
: string
; approved
: boolean
; operator
: string
}>
evm/lib/typechain/ERC1155.ts:103
Ƭ ApprovalForAllEventFilter: TypedEventFilter
<ApprovalForAllEvent
>
evm/lib/typechain/ERC721.ts:131
Ƭ ApprovalForAllEventFilter: TypedEventFilter
<ApprovalForAllEvent
>
evm/lib/typechain/ERC1155.ts:108
Ƭ AssetType: "native"
| "erc20"
types/dist/lib/Asset.d.ts:14
Ƭ ClaimEvent: TypedEvent
<[string
, string
], { id
: string
; secret
: string
}>
evm/lib/typechain/LiqualityHTLC.ts:84
Ƭ ClaimEventFilter: TypedEventFilter
<ClaimEvent
>
evm/lib/typechain/LiqualityHTLC.ts:89
Ƭ FeeType: EIP1559Fee
| number
types/dist/lib/Fees.d.ts:8
Ƭ HTLCDataStruct: Object
Name | Type |
---|---|
amount |
BigNumberish |
expiration |
BigNumberish |
recipientAddress |
string |
refundAddress |
string |
secretHash |
BytesLike |
tokenAddress |
string |
evm/lib/typechain/ILiqualityHTLC.ts:22
Ƭ HTLCDataStruct: Object
Name | Type |
---|---|
amount |
BigNumberish |
expiration |
BigNumberish |
recipientAddress |
string |
refundAddress |
string |
secretHash |
BytesLike |
tokenAddress |
string |
evm/lib/typechain/LiqualityHTLC.ts:22
Ƭ HTLCDataStructOutput: [BigNumber
, BigNumber
, string
, string
, string
, string
] & { amount
: BigNumber
; expiration
: BigNumber
; recipientAddress
: string
; refundAddress
: string
; secretHash
: string
; tokenAddress
: string
}
evm/lib/typechain/LiqualityHTLC.ts:31
Ƭ InitiateEvent: TypedEvent
<[string
, HTLCDataStructOutput
], { htlc
: HTLCDataStructOutput
; id
: string
}>
evm/lib/typechain/LiqualityHTLC.ts:91
Ƭ InitiateEventFilter: TypedEventFilter
<InitiateEvent
>
evm/lib/typechain/LiqualityHTLC.ts:96
Ƭ NftContract: ERC721
| ERC1155
evm/lib/nft/EvmNftProvider.ts:12
Ƭ NftInfo: Object
Name | Type |
---|---|
contract |
NftContract |
schema |
NftTypes |
evm/lib/nft/EvmNftProvider.ts:13
Ƭ RefundEvent: TypedEvent
<[string
], { id
: string
}>
evm/lib/typechain/LiqualityHTLC.ts:98
Ƭ RefundEventFilter: TypedEventFilter
<RefundEvent
>
evm/lib/typechain/LiqualityHTLC.ts:100
Ƭ TransactionRequest: Object
Name | Type |
---|---|
asset? |
Asset |
data? |
string |
fee? |
FeeType |
feeAsset? |
Asset |
to? |
AddressType |
value? |
BigNumber |
types/dist/lib/Transaction.d.ts:28
Ƭ TransferBatchEvent: TypedEvent
<[string
, string
, string
, BigNumber
[], BigNumber
[]], { from
: string
; ids
: BigNumber
[] ; operator
: string
; to
: string
; values
: BigNumber
[] }>
evm/lib/typechain/ERC1155.ts:110
Ƭ TransferBatchEventFilter: TypedEventFilter
<TransferBatchEvent
>
evm/lib/typechain/ERC1155.ts:121
Ƭ TransferEvent: TypedEvent
<[string
, string
, BigNumber
], { from
: string
; to
: string
; tokenId
: BigNumber
}>
evm/lib/typechain/ERC721.ts:133
Ƭ TransferEventFilter: TypedEventFilter
<TransferEvent
>
evm/lib/typechain/ERC721.ts:138
Ƭ TransferSingleEvent: TypedEvent
<[string
, string
, string
, BigNumber
, BigNumber
], { from
: string
; id
: BigNumber
; operator
: string
; to
: string
; value
: BigNumber
}>
evm/lib/typechain/ERC1155.ts:123
Ƭ TransferSingleEventFilter: TypedEventFilter
<TransferSingleEvent
>
evm/lib/typechain/ERC1155.ts:134
Ƭ URIEvent: TypedEvent
<[string
, BigNumber
], { id
: BigNumber
; value
: string
}>
evm/lib/typechain/ERC1155.ts:136
Ƭ URIEventFilter: TypedEventFilter
<URIEvent
>
evm/lib/typechain/ERC1155.ts:141
Ƭ __TypechainArgsArray<T
>: T
extends TypedEvent
<infer U> ? U
: never
Name |
---|
T |
evm/lib/typechain/common.ts:21