AuthorizationRequest

1type AuthorizationRequest<uint32> = OneOf<
2 | {
3 address: Address;
4 }
5 | {
6 contractAddress: Address;
7 }
8> &
9 object;

Defined in: aa-sdk/core/src/signer/types.ts:29

Type Declaration

NameTypeDescription

chainId

uint32

Chain ID.

nonce

uint32

Nonce of the EOA to delegate to.

Type Parameters

Type ParameterDefault type

uint32

number