@arkade-os/sdk Documentation - v0.4.21
    Preparing search index...

    Type Alias ElectrumTransactionHistory

    type ElectrumTransactionHistory = {
        fee?: number;
        height: number;
        tx_hash: string;
    }
    Index

    Properties

    Properties

    fee?: number
    height: number
    tx_hash: string