bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    ABCIMessageLog defines a structure containing an indexed tx ABCI message log.

    from message cosmos.base.abci.v1beta1.ABCIMessageLog

    Hierarchy

    Index

    Constructors

    Properties

    events: StringEvent[] = []

    Events contains a slice of Event objects that were emitted during some execution.

    from field: repeated cosmos.base.abci.v1beta1.StringEvent events = 3;

    log: string = ""

    from field: string log = 2;

    msgIndex: number = 0

    from field: uint32 msg_index = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.base.abci.v1beta1.ABCIMessageLog"

    Methods