Skip to main content

TypeAlias.SignerRelayParams

type SignerRelayParams = {
accountAddress: Address;
data: Hex;
signature: Hex;
target: Address;
value: bigint;
};

Parameters for ISignerService.relay.

Properties

PropertyType
accountAddressAddress
dataHex
signatureHex
targetAddress
valuebigint