-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.evm.<internal>.LiqualityHTLCInterface
@liquality/evm..LiqualityHTLCInterface
-
Interface
↳
LiqualityHTLCInterface
• contractName: "LiqualityHTLC"
evm/lib/typechain/LiqualityHTLC.ts:49
• events: Object
Name | Type |
---|---|
Claim(bytes32,bytes32) |
EventFragment |
Initiate(bytes32,tuple) |
EventFragment |
Refund(bytes32) |
EventFragment |
utils.Interface.events
evm/lib/typechain/LiqualityHTLC.ts:73
• functions: Object
Name | Type |
---|---|
claim(bytes32,bytes32) |
FunctionFragment |
htlcs(bytes32) |
FunctionFragment |
initiate((uint256,uint256,bytes32,address,address,address)) |
FunctionFragment |
refund(bytes32) |
FunctionFragment |
utils.Interface.functions
evm/lib/typechain/LiqualityHTLC.ts:50
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"claim" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/LiqualityHTLC.ts:68
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"htlcs" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/LiqualityHTLC.ts:69
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"initiate" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/LiqualityHTLC.ts:70
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"refund" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/LiqualityHTLC.ts:71
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"claim" |
values |
[BytesLike , BytesLike ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/LiqualityHTLC.ts:57
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"htlcs" |
values |
[BytesLike ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/LiqualityHTLC.ts:61
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"initiate" |
values |
[HTLCDataStruct ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/LiqualityHTLC.ts:62
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"refund" |
values |
[BytesLike ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/LiqualityHTLC.ts:66
▸ getEvent(nameOrSignatureOrTopic
): EventFragment
Name | Type |
---|---|
nameOrSignatureOrTopic |
"Claim" |
EventFragment
utils.Interface.getEvent
evm/lib/typechain/LiqualityHTLC.ts:79
▸ getEvent(nameOrSignatureOrTopic
): EventFragment
Name | Type |
---|---|
nameOrSignatureOrTopic |
"Initiate" |
EventFragment
utils.Interface.getEvent
evm/lib/typechain/LiqualityHTLC.ts:80
▸ getEvent(nameOrSignatureOrTopic
): EventFragment
Name | Type |
---|---|
nameOrSignatureOrTopic |
"Refund" |
EventFragment
utils.Interface.getEvent
evm/lib/typechain/LiqualityHTLC.ts:81