# Class: Account
# Table of contents
# Constructors
# Methods
# Constructors
# constructor
• new Account(lamports
, data
, owner
, executable
, rentEpoch
)
# Parameters
Name | Type |
---|---|
lamports | bigint |
data | Uint8Array |
owner | Uint8Array |
executable | boolean |
rentEpoch | bigint |
# Defined in
internal.d.ts:104 (opens new window)
# Methods
# data
▸ data(): Uint8Array
# Returns
Uint8Array
# Defined in
internal.d.ts:106 (opens new window)
# executable
▸ executable(): boolean
# Returns
boolean
# Defined in
internal.d.ts:108 (opens new window)
# lamports
▸ lamports(): bigint
# Returns
bigint
# Defined in
internal.d.ts:105 (opens new window)
# owner
▸ owner(): Uint8Array
# Returns
Uint8Array
# Defined in
internal.d.ts:107 (opens new window)
# rentEpoch
▸ rentEpoch(): bigint
# Returns
bigint
# Defined in
internal.d.ts:109 (opens new window)
# toString
▸ toString(): string
# Returns
string