type AuthorizationRequest<uint32> = OneOf<
| {
address: Address;
}
| {
contractAddress: Address;
}
> &
object;Defined in: aa-sdk/core/src/signer/types.ts:26
| Name | Type | Description |
|---|---|---|
|
| Chain ID. |
|
| Nonce of the EOA to delegate to. |
| Type Parameter | Default type |
|---|---|
|
|