Interface UsedUTXO

interface UsedUTXO {
    hash: string;
    outputIndex: number;
}

Properties

Properties

hash: string
outputIndex: number