Account
public struct Account
The data structure of account in Flow blockchain
-
The address of account in
Flow.Address
typeDeclaration
Swift
public let address: Address
-
The balance of account in
BigInt
typeDeclaration
Swift
public let balance: BigInt
-
The list of public key in
Flow.AccountKey
typeDeclaration
Swift
public var keys: [AccountKey]
-
The dictionary of all cadence contracts
Declaration
Swift
public var contracts: [String : Code]