Variable EventLogConfig_Field
EventLogConfig_Field: { create( base?: { basicType?: EventLogConfig_BasicFieldType; coinType?: { address?: { address?: string; chain?: string }; symbol?: string; }; name?: string; structType?: { fields?: (
{ name?: string | undefined; basicType?: EventLogConfig_BasicFieldType | undefined; coinType?: { symbol?: string | undefined; address?: { address?: string | undefined; chain?: string | undefined; } | undefined; } | undefined; structType?: { ...; } | undefined; }
)
[]; }; }, ): EventLogConfig_Field; decode( input: Uint8Array<ArrayBufferLike> | Reader, length?: number, ): EventLogConfig_Field; encode(message: EventLogConfig_Field, writer?: Writer): Writer; fromJSON(object: any): EventLogConfig_Field; fromPartial( object: { basicType?: EventLogConfig_BasicFieldType; coinType?: { address?: { address?: string; chain?: string }; symbol?: string; }; name?: string; structType?: { fields?: (
{ name?: string | undefined; basicType?: EventLogConfig_BasicFieldType | undefined; coinType?: { symbol?: string | undefined; address?: { address?: string | undefined; chain?: string | undefined; } | undefined; } | undefined; structType?: { ...; } | undefined; }
)
[]; }; }, ): EventLogConfig_Field; toJSON(message: EventLogConfig_Field): unknown;} Type Declaration
create: function
create( base?: { basicType?: EventLogConfig_BasicFieldType; coinType?: { address?: { address?: string; chain?: string }; symbol?: string; }; name?: string; structType?: { fields?: (
{ name?: string | undefined; basicType?: EventLogConfig_BasicFieldType | undefined; coinType?: { symbol?: string | undefined; address?: { address?: string | undefined; chain?: string | undefined; } | undefined; } | undefined; structType?: { ...; } | undefined; }
)
[]; }; },): EventLogConfig_Field Parameters
Optionalbase: {
basicType?: EventLogConfig_BasicFieldType;
coinType?: {
address?: { address?: string; chain?: string };
symbol?: string;
};
name?: string;
structType?: {
fields?: (
{ name?: string | undefined; basicType?: EventLogConfig_BasicFieldType | undefined; coinType?: { symbol?: string | undefined; address?: { address?: string | undefined; chain?: string | undefined; } | undefined; } | undefined; structType?: { ...; } | undefined; }
)[];
};
}
decode: function
Parameters
- input: Uint8Array<ArrayBufferLike> | Reader
Optionallength: number
encode: function
Returns Writer
fromJSON: function
fromPartial: function
fromPartial( object: { basicType?: EventLogConfig_BasicFieldType; coinType?: { address?: { address?: string; chain?: string }; symbol?: string; }; name?: string; structType?: { fields?: (
{ name?: string | undefined; basicType?: EventLogConfig_BasicFieldType | undefined; coinType?: { symbol?: string | undefined; address?: { address?: string | undefined; chain?: string | undefined; } | undefined; } | undefined; structType?: { ...; } | undefined; }
)
[]; }; },): EventLogConfig_Field Parameters
- object: {
basicType?: EventLogConfig_BasicFieldType;
coinType?: {
address?: { address?: string; chain?: string };
symbol?: string;
};
name?: string;
structType?: {
fields?: (
{ name?: string | undefined; basicType?: EventLogConfig_BasicFieldType | undefined; coinType?: { symbol?: string | undefined; address?: { address?: string | undefined; chain?: string | undefined; } | undefined; } | undefined; structType?: { ...; } | undefined; }
)[];
};
}
toJSON: function
Returns unknown