T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
mechanisms/evm-core/src
ExactEIP3009Payload
Type Alias ExactEIP3009Payload
EIP-3009 TransferWithAuthorization payload
type
ExactEIP3009Payload
=
{
signature
?:
Hex
;
authorization
:
{
from
:
Address
;
to
:
Address
;
value
:
string
;
validAfter
:
string
;
validBefore
:
string
;
nonce
:
Hex
;
}
;
}
Index
Properties
signature?
authorization
Properties
Optional
signature
signature
?:
Hex
authorization
authorization
:
{
from
:
Address
;
to
:
Address
;
value
:
string
;
validAfter
:
string
;
validBefore
:
string
;
nonce
:
Hex
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
signature
authorization
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
EIP-3009 TransferWithAuthorization payload