Type alias ScriptPayloadResponse

ScriptPayloadResponse: {
    arguments: any[];
    code: MoveScriptBytecode;
    type: string;
    type_arguments: string[];
}

Type declaration

  • arguments: any[]

    Arguments of the function

  • code: MoveScriptBytecode
  • type: string
  • type_arguments: string[]

    Type arguments of the function

Generated using TypeDoc