Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
WalletCallReceipt
Type alias WalletCallReceipt<quantity, status>
Wallet
Call
Receipt
<
quantity
,
status
>
:
{
blockHash
:
Hex
;
blockNumber
:
quantity
;
gasUsed
:
quantity
;
logs
:
{
address
:
Hex
;
data
:
Hex
;
topics
:
Hex
[]
;
}
[]
;
status
:
status
;
transactionHash
:
Hex
;
}
Type Parameters
quantity
=
Hex
status
=
Hex
Type declaration
block
Hash
:
Hex
block
Number
:
quantity
gas
Used
:
quantity
logs
:
{
address
:
Hex
;
data
:
Hex
;
topics
:
Hex
[]
;
}
[]
status
:
status
transaction
Hash
:
Hex
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...