An EIP-7702 authorization object fully prepared and ready for signing.
type AuthorizationRequest = { address: Address; chainId: number; nonce: bigint;};
type address = Address;
type chainId = number;
type nonce = bigint;