Account
public struct Account
The data structure of account in Flow blockchain
-
The address of account in
Flow.AddresstypeDeclaration
Swift
public let address: Address -
The balance of account in
BigInttypeDeclaration
Swift
public let balance: BigInt -
The list of public key in
Flow.AccountKeytypeDeclaration
Swift
public var keys: [AccountKey] -
The dictionary of all cadence contracts
Declaration
Swift
public var contracts: [String : Code]
View on GitHub
Account Structure Reference