bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin
/
OP_PUSHDATA
OP_PUSHDATA
common
data
class
OP_PUSHDATA
(
val
data
:
ByteVector
,
val
opCode
:
Int
)
:
ScriptElt
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
OP_PUSHDATA
Link copied to clipboard
common
fun
OP_PUSHDATA
(
data
:
ByteArray
,
code
:
Int
)
Content copied to clipboard
OP_PUSHDATA
Link copied to clipboard
common
fun
OP_PUSHDATA
(
data
:
ByteArray
)
Content copied to clipboard
OP_PUSHDATA
Link copied to clipboard
common
fun
OP_PUSHDATA
(
data
:
ByteVector
)
Content copied to clipboard
OP_PUSHDATA
Link copied to clipboard
common
fun
OP_PUSHDATA
(
data
:
ByteVector32
)
Content copied to clipboard
OP_PUSHDATA
Link copied to clipboard
common
fun
OP_PUSHDATA
(
publicKey
:
PublicKey
)
Content copied to clipboard
OP_PUSHDATA
Link copied to clipboard
common
fun
OP_PUSHDATA
(
publicKey
:
XonlyPublicKey
)
Content copied to clipboard
OP_PUSHDATA
Link copied to clipboard
common
fun
OP_PUSHDATA
(
data
:
ByteVector
,
opCode
:
Int
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
is
Push
Link copied to clipboard
common
fun
isPush
(
)
:
Boolean
Content copied to clipboard
fun
isPush
(
size
:
Int
)
:
Boolean
Content copied to clipboard
Properties
code
Link copied to clipboard
common
open
override
val
code
:
Int
Content copied to clipboard
data
Link copied to clipboard
common
@
JvmField
val
data
:
ByteVector
Content copied to clipboard
opCode
Link copied to clipboard
common
@
JvmField
val
opCode
:
Int
Content copied to clipboard