WalletCore
WalletCore
/
wallet.core.jni
/
DataVector
Data
Vector
class
DataVector
A vector of TWData byte arrays
Constructors
Functions
Constructors
Data
Vector
Link copied to clipboard
open
fun
DataVector
(
)
Creates a Vector of Data.
Data
Vector
Link copied to clipboard
open
fun
DataVector
(
data
:
Array
<
Byte
>
)
Creates a Vector of Data with the given element
Functions
add
Link copied to clipboard
open
fun
add
(
data
:
Array
<
Byte
>
)
Add an element to a Vector of Data.
get
Link copied to clipboard
open
fun
get
(
index
:
Int
)
:
Array
<
Byte
>
Retrieve the n-th element.
size
Link copied to clipboard
open
fun
size
(
)
:
Int
Retrieve the number of elements