WAAS Javascript SDKType AliasesSignerRelayParamsOn this pageTypeAlias.SignerRelayParamstype SignerRelayParams = { accountAddress: Address; data: Hex; signature: Hex; target: Address; value: bigint;}; Parameters for ISignerService.relay. Properties PropertyType accountAddressAddress dataHex signatureHex targetAddress valuebigint