Interface UpdateTypedPropertyPayload<T0, T1>

interface UpdateTypedPropertyPayload<T0 = any, T1 = any> {
    arguments: any[];
    arguments_decoded: [string, string, T1];
    function: `${string}::${string}::${string}`;
    type: string;
    type_arguments: [string, string];
}

Type Parameters

  • T0 = any
  • T1 = any

Hierarchy (View Summary)

Properties

arguments: any[]

Arguments of the function

arguments_decoded: [string, string, T1]

decoded argument data using ABI, undefined if there is decoding error, usually because the ABI/data mismatch

function: `${string}::${string}::${string}`
type: string
type_arguments: [string, string]

Type arguments of the function