LamportBalanceStatement

public struct LamportBalanceStatement : Codable

An address and the number of lamports in the account.

  • Base-58 encoded address of the account.

    Declaration

    Swift

    public let address: Base58
  • Number of lamports in the account.

    Declaration

    Swift

    public let lamports: UInt64