Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
Proof
Type alias Proof<TQuantity, TIndex>
Proof
<
TQuantity
,
TIndex
>
:
{
accountProof
:
AccountProof
[]
;
address
:
Address
;
balance
:
TQuantity
;
codeHash
:
Hash
;
nonce
:
TIndex
;
storageHash
:
Hash
;
storageProof
:
StorageProof
<
TQuantity
>
[]
;
}
Type Parameters
TQuantity
=
bigint
TIndex
=
number
Type declaration
account
Proof
:
AccountProof
[]
address
:
Address
balance
:
TQuantity
code
Hash
:
Hash
nonce
:
TIndex
storage
Hash
:
Hash
storage
Proof
:
StorageProof
<
TQuantity
>
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...