AccountInfo

@Serializable
data class AccountInfo(val lamports: ULong, val owner: String, val data: JsonElement, val executable: Boolean, val rentEpoch: ULong)

Constructors

Link copied to clipboard
constructor(lamports: ULong, owner: String, data: JsonElement, executable: Boolean, rentEpoch: ULong)

Properties

Link copied to clipboard
val data: JsonElement

Data associated with the account, either as encoded binary data or JSON format

Link copied to clipboard

Boolean indicating if the account contains a program (and is strictly read-only)

Link copied to clipboard

Number of lamports assigned to this account

Link copied to clipboard

Base-58 encoded Pubkey of the program this account has been assigned to

Link copied to clipboard

The epoch at which this account will next owe rent