WalletCore
WalletCore
/
wallet.core.jni
/
BitcoinSigHashType
Bitcoin
Sig
Hash
Type
enum
BitcoinSigHashType
Bitcoin SIGHASH type.
Entries
Functions
Entries
ALL
Link copied to clipboard
ALL
NONE
Link copied to clipboard
NONE
SINGLE
Link copied to clipboard
SINGLE
FORK
Link copied to clipboard
FORK
FORKBTG
Link copied to clipboard
FORKBTG
Functions
create
From
Value
Link copied to clipboard
open
fun
createFromValue
(
value
:
Int
)
:
BitcoinSigHashType
is
None
Link copied to clipboard
open
fun
isNone
(
)
:
Boolean
is
Single
Link copied to clipboard
open
fun
isSingle
(
)
:
Boolean
value
Link copied to clipboard
open
fun
value
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
BitcoinSigHashType
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
BitcoinSigHashType
>
Returns an array containing the constants of this enum type, in the order they're declared.