Left Curve Software Stack
    Preparing search index...

    Type Alias QueryAbciResponse

    type QueryAbciResponse = {
        code?: number;
        codespace?: string;
        height?: string;
        index?: string;
        info?: string;
        key?: Base64 | null;
        log?: string;
        proofOps?: { ops: ProofOp[] } | null;
        value?: Base64 | null;
    }
    Index

    Properties

    code?: number
    codespace?: string
    height?: string
    index?: string
    info?: string
    key?: Base64 | null
    log?: string
    proofOps?: { ops: ProofOp[] } | null
    value?: Base64 | null