Preparing search index...
The search index is not available
@envio-dev/hypersync-client
@envio-dev/hypersync-client
Authorization
Interface Authorization
Evm authorization object
See ethereum rpc spec for the meaning of fields
interface
Authorization
{
address
:
string
;
chainId
:
bigint
;
nonce
:
number
;
r
:
string
;
s
:
string
;
yParity
:
number
;
}
Index
Properties
address
chain
Id
nonce
r
s
y
Parity
Properties
address
address
:
string
chain
Id
chain
Id
:
bigint
nonce
nonce
:
number
r
r
:
string
s
s
:
string
y
Parity
y
Parity
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
address
chain
Id
nonce
r
s
y
Parity
@envio-dev/hypersync-client
Loading...
Evm authorization object
See ethereum rpc spec for the meaning of fields