Type alias ExecuteInput

ExecuteInput: {
    fromAddress: string;
    fromChainId: BigNumberish;
    messageId: string;
    toAddress: string;
    toCalldata: string;
    toChainId: BigNumberish;
}

Type declaration

  • fromAddress: string
  • fromChainId: BigNumberish
  • messageId: string
  • toAddress: string
  • toCalldata: string
  • toChainId: BigNumberish