AuthorizationEntry constructor
const
AuthorizationEntry({
- required BigInt chainId,
- required ETHAddress address,
- required BigInt nonce,
- required ETHSignature signature,
Implementation
const AuthorizationEntry({
required this.chainId,
required this.address,
required this.nonce,
required this.signature,
});