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

    Class ResponseCheckTx

    from message tendermint.abci.ResponseCheckTx

    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[] = []

    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;

    mempoolError: string = ""

    mempool_error is set by CometBFT. ABCI applictions creating a ResponseCheckTX should not set mempool_error.

    from field: string mempool_error = 11;

    priority: bigint = protoInt64.zero

    from field: int64 priority = 10;

    sender: string = ""

    from field: string sender = 9;

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

    Methods