Left Curve Software Stack
    Preparing search index...

    Type Alias TxResponse

    type TxResponse = {
        hash: Hex;
        height: string;
        index: number;
        proof?: TxProof;
        tx: Base64;
        tx_result: TxData;
    }
    Index

    Properties

    hash: Hex
    height: string
    index: number
    proof?: TxProof
    tx: Base64
    tx_result: TxData