BtcTransactionInput: {
    address?: BlockchainAddress;
    hash: string;
    index: number;
    value?: Amount;
}

Type declaration

Generated using TypeDoc