Type alias RelayMessageData

RelayMessageData: {
    bundleProof: BundleProof;
    fromAddress: string;
    fromChainId: BigNumberish;
    toAddress: string;
    toCalldata: string;
    toChainId: BigNumberish;
}

Type declaration

  • bundleProof: BundleProof
  • fromAddress: string
  • fromChainId: BigNumberish
  • toAddress: string
  • toCalldata: string
  • toChainId: BigNumberish