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

    Class ResponseDeliverTx

    from message tendermint.abci.ResponseDeliverTx

    Hierarchy

    Index

    Constructors

    Properties

    code: number = 0

    from field: uint32 code = 1;

    codespace: string = ""

    from field: string codespace = 8;

    data: Uint8Array<ArrayBuffer> = ...

    from field: bytes data = 2;

    events: Event[] = []

    nondeterministic

    from field: repeated tendermint.abci.Event events = 7;

    gasUsed: bigint = protoInt64.zero

    from field: int64 gas_used = 6 [json_name = "gas_used"];

    gasWanted: bigint = protoInt64.zero

    from field: int64 gas_wanted = 5 [json_name = "gas_wanted"];

    info: string = ""

    nondeterministic

    from field: string info = 4;

    log: string = ""

    nondeterministic

    from field: string log = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "tendermint.abci.ResponseDeliverTx"

    Methods