OutPoint

fun OutPoint(hash: ByteArray, index: Long)
fun OutPoint(tx: Transaction, index: Long)


fun OutPoint(hash: ByteVector32, index: Long)

Parameters

hash

reversed sha256(sha256(tx)) where tx is the transaction we want to refer to

index

index of the output in tx that we want to refer to