teleport-sdk.relayparams
Home > teleport-sdk > RelayParams
RelayParams interface
Signature:export interface RelayParams
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| data? | string | (Optional) | |
| expiry? | BigNumberish | (Optional) | |
| maxFeePercentage? | BigNumberish | (Optional) | |
| r | string | ||
| s | string | ||
| signatures | string | ||
| teleportGUID | TeleportGUID | ||
| to? | string | (Optional) | |
| v | number |