toggle menu
solana-kotlin
0.2.1
common
switch theme
search in API
solana-kotlin
/
net.avianlabs.solana.domain.core
/
DecodedInstruction
/
SystemProgram
/
CreateAccount
Create
Account
data
class
CreateAccount
(
val
from
:
PublicKey
,
val
newAccount
:
PublicKey
,
val
lamports
:
Long
,
val
space
:
Long
,
val
owner
:
PublicKey
)
:
DecodedInstruction.SystemProgram
Members
Constructors
Create
Account
Link copied to clipboard
constructor
(
from
:
PublicKey
,
newAccount
:
PublicKey
,
lamports
:
Long
,
space
:
Long
,
owner
:
PublicKey
)
Properties
from
Link copied to clipboard
val
from
:
PublicKey
lamports
Link copied to clipboard
val
lamports
:
Long
new
Account
Link copied to clipboard
val
newAccount
:
PublicKey
owner
Link copied to clipboard
val
owner
:
PublicKey
program
Link copied to clipboard
open
val
program
:
PublicKey
program
Index
Link copied to clipboard
val
programIndex
:
UInt
space
Link copied to clipboard
val
space
:
Long