Type alias GetRelayMessagePopulatedTxInput

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

Type declaration

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