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