bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin
/
SigHash
Sig
Hash
common
object
SigHash
Content copied to clipboard
Functions
Properties
Functions
is
Anyone
Can
Pay
Link copied to clipboard
common
@
JvmStatic
fun
isAnyoneCanPay
(
sighashType
:
Int
)
:
Boolean
Content copied to clipboard
is
Hash
None
Link copied to clipboard
common
@
JvmStatic
fun
isHashNone
(
sighashType
:
Int
)
:
Boolean
Content copied to clipboard
is
Hash
Single
Link copied to clipboard
common
@
JvmStatic
fun
isHashSingle
(
sighashType
:
Int
)
:
Boolean
Content copied to clipboard
Properties
SIGHASH_ALL
Link copied to clipboard
common
const
val
SIGHASH_ALL
:
Int
=
1
Content copied to clipboard
SIGHASH_ANYONECANPAY
Link copied to clipboard
common
const
val
SIGHASH_ANYONECANPAY
:
Int
=
128
Content copied to clipboard
SIGHASH_DEFAULT
Link copied to clipboard
common
const
val
SIGHASH_DEFAULT
:
Int
=
0
Content copied to clipboard
SIGHASH_INPUT_MASK
Link copied to clipboard
common
const
val
SIGHASH_INPUT_MASK
:
Int
=
128
Content copied to clipboard
SIGHASH_NONE
Link copied to clipboard
common
const
val
SIGHASH_NONE
:
Int
=
2
Content copied to clipboard
SIGHASH_OUTPUT_MASK
Link copied to clipboard
common
const
val
SIGHASH_OUTPUT_MASK
:
Int
=
3
Content copied to clipboard
SIGHASH_SINGLE
Link copied to clipboard
common
const
val
SIGHASH_SINGLE
:
Int
=
3
Content copied to clipboard