Variables
ABCIMessageLog
ABCIMessageLog: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { events?: { type?: string | undefined; attributes?: { key?: string | undefined; value?: string | undefined; }[] | undefined; }[]; log?: string; msgIndex?: number }): ABCIMessageLog
-
Parameters
-
object: { events?: { type?: string | undefined; attributes?: { key?: string | undefined; value?: string | undefined; }[] | undefined; }[]; log?: string; msgIndex?: number }
-
Optional events?: { type?: string | undefined; attributes?: { key?: string | undefined; value?: string | undefined; }[] | undefined; }[]
-
Optional log?: string
-
Optional msgIndex?: number
-
toJSON: function
-
Parameters
Returns unknown
Attribute
Attribute: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): Attribute
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: Attribute, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { key?: string; value?: string }): Attribute
-
Parameters
-
object: { key?: string; value?: string }
-
Optional key?: string
-
Optional value?: string
-
toJSON: function
-
Parameters
Returns unknown
GasInfo
GasInfo: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): GasInfo
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: GasInfo, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { gasUsed?: number; gasWanted?: number }): GasInfo
-
Parameters
-
object: { gasUsed?: number; gasWanted?: number }
-
Optional gasUsed?: number
-
Optional gasWanted?: number
-
toJSON: function
-
Parameters
Returns unknown
MsgData
MsgData: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): MsgData
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: MsgData, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { data?: Uint8Array; msgType?: string }): MsgData
-
Parameters
-
object: { data?: Uint8Array; msgType?: string }
-
Optional data?: Uint8Array
-
Optional msgType?: string
-
toJSON: function
-
Parameters
Returns unknown
Result
Result: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): Result
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: Result, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { data?: Uint8Array; events?: { type?: string | undefined; attributes?: { key?: Uint8Array | undefined; value?: Uint8Array | undefined; index?: boolean | undefined; }[] | undefined; }[]; log?: string }): Result
-
Parameters
-
object: { data?: Uint8Array; events?: { type?: string | undefined; attributes?: { key?: Uint8Array | undefined; value?: Uint8Array | undefined; index?: boolean | undefined; }[] | undefined; }[]; log?: string }
-
Optional data?: Uint8Array
-
Optional events?: { type?: string | undefined; attributes?: { key?: Uint8Array | undefined; value?: Uint8Array | undefined; index?: boolean | undefined; }[] | undefined; }[]
-
Optional log?: string
-
toJSON: function
- toJSON(message: Result): unknown
-
Parameters
Returns unknown
SearchTxsResult
SearchTxsResult: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { count?: number; limit?: number; pageNumber?: number; pageTotal?: number; totalCount?: number; txs?: { height?: number | undefined; txhash?: string | undefined; codespace?: string | undefined; code?: number | undefined; data?: string | undefined; rawLog?: string | undefined; logs?: { ...; }[] | undefined; ... 4 more ...; timestamp?: string | undefined; }[] }): SearchTxsResult
-
Parameters
-
object: { count?: number; limit?: number; pageNumber?: number; pageTotal?: number; totalCount?: number; txs?: { height?: number | undefined; txhash?: string | undefined; codespace?: string | undefined; code?: number | undefined; data?: string | undefined; rawLog?: string | undefined; logs?: { ...; }[] | undefined; ... 4 more ...; timestamp?: string | undefined; }[] }
-
Optional count?: number
-
Optional limit?: number
-
Optional pageNumber?: number
-
Optional pageTotal?: number
-
Optional totalCount?: number
-
Optional txs?: { height?: number | undefined; txhash?: string | undefined; codespace?: string | undefined; code?: number | undefined; data?: string | undefined; rawLog?: string | undefined; logs?: { ...; }[] | undefined; ... 4 more ...; timestamp?: string | undefined; }[]
-
toJSON: function
-
Parameters
Returns unknown
SimulationResponse
SimulationResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { gasInfo?: { gasWanted?: number | undefined; gasUsed?: number | undefined; }; result?: { data?: Uint8Array | undefined; log?: string | undefined; events?: { type?: string | undefined; attributes?: { key?: Uint8Array | undefined; value?: Uint8Array | undefined; index?: boolean | undefined; }[] | undefined; }[] | undefined; } }): SimulationResponse
-
Parameters
-
object: { gasInfo?: { gasWanted?: number | undefined; gasUsed?: number | undefined; }; result?: { data?: Uint8Array | undefined; log?: string | undefined; events?: { type?: string | undefined; attributes?: { key?: Uint8Array | undefined; value?: Uint8Array | undefined; index?: boolean | undefined; }[] | undefined; }[] | undefined; } }
-
Optional gasInfo?: { gasWanted?: number | undefined; gasUsed?: number | undefined; }
-
Optional result?: { data?: Uint8Array | undefined; log?: string | undefined; events?: { type?: string | undefined; attributes?: { key?: Uint8Array | undefined; value?: Uint8Array | undefined; index?: boolean | undefined; }[] | undefined; }[] | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
StringEvent
StringEvent: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): StringEvent
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { attributes?: { key?: string | undefined; value?: string | undefined; }[]; type?: string }): StringEvent
-
Parameters
-
object: { attributes?: { key?: string | undefined; value?: string | undefined; }[]; type?: string }
-
Optional attributes?: { key?: string | undefined; value?: string | undefined; }[]
-
Optional type?: string
-
toJSON: function
-
Parameters
Returns unknown
TxMsgData
TxMsgData: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): TxMsgData
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: TxMsgData, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { data?: { msgType?: string | undefined; data?: Uint8Array | undefined; }[] }): TxMsgData
-
Parameters
-
object: { data?: { msgType?: string | undefined; data?: Uint8Array | undefined; }[] }
-
Optional data?: { msgType?: string | undefined; data?: Uint8Array | undefined; }[]
-
toJSON: function
-
Parameters
Returns unknown
TxResponse
TxResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): TxResponse
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: TxResponse, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { code?: number; codespace?: string; data?: string; gasUsed?: number; gasWanted?: number; height?: number; info?: string; logs?: { msgIndex?: number | undefined; log?: string | undefined; events?: { type?: string | undefined; attributes?: { key?: string | undefined; value?: string | undefined; }[] | undefined; }[] | undefined; }[]; rawLog?: string; timestamp?: string; tx?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }; txhash?: string }): TxResponse
-
Parameters
-
object: { code?: number; codespace?: string; data?: string; gasUsed?: number; gasWanted?: number; height?: number; info?: string; logs?: { msgIndex?: number | undefined; log?: string | undefined; events?: { type?: string | undefined; attributes?: { key?: string | undefined; value?: string | undefined; }[] | undefined; }[] | undefined; }[]; rawLog?: string; timestamp?: string; tx?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }; txhash?: string }
-
Optional code?: number
-
Optional codespace?: string
-
Optional data?: string
-
Optional gasUsed?: number
-
Optional gasWanted?: number
-
Optional height?: number
-
Optional info?: string
-
Optional logs?: { msgIndex?: number | undefined; log?: string | undefined; events?: { type?: string | undefined; attributes?: { key?: string | undefined; value?: string | undefined; }[] | undefined; }[] | undefined; }[]
-
Optional rawLog?: string
-
Optional timestamp?: string
-
Optional tx?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }
-
Optional txhash?: string
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "cosmos.base.abci.v1beta1" = 'cosmos.base.abci.v1beta1'
Events contains a slice of Event objects that were emitted during some execution.