bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
bdk-android
bdk-android
/
org.bitcoindevkit
/
TransactionInterface
Transaction
Interface
interface
TransactionInterface
Inheritors
Transaction
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
compute
Txid
Link copied to clipboard
abstract
fun
computeTxid
(
)
:
String
input
Link copied to clipboard
abstract
fun
input
(
)
:
List
<
TxIn
>
is
Coinbase
Link copied to clipboard
abstract
fun
isCoinbase
(
)
:
Boolean
is
Explicitly
Rbf
Link copied to clipboard
abstract
fun
isExplicitlyRbf
(
)
:
Boolean
is
Lock
Time
Enabled
Link copied to clipboard
abstract
fun
isLockTimeEnabled
(
)
:
Boolean
lock
Time
Link copied to clipboard
abstract
fun
lockTime
(
)
:
UInt
output
Link copied to clipboard
abstract
fun
output
(
)
:
List
<
TxOut
>
serialize
Link copied to clipboard
abstract
fun
serialize
(
)
:
List
<
UByte
>
total
Size
Link copied to clipboard
abstract
fun
totalSize
(
)
:
ULong
version
Link copied to clipboard
abstract
fun
version
(
)
:
Int
vsize
Link copied to clipboard
abstract
fun
vsize
(
)
:
ULong
weight
Link copied to clipboard
abstract
fun
weight
(
)
:
ULong