Type alias EntryFunctionPayload

EntryFunctionPayload: {
    arguments: any[];
    function: EntryFunctionId;
    type_arguments: MoveType[];
}

Type declaration

  • arguments: any[]
  • function: EntryFunctionId
  • type_arguments: MoveType[]

Generated using TypeDoc