AccountAuthority

public struct AccountAuthority : ECHOCodable, Decodable

Class used to represent the weighted set of keys and accounts that must approve operations.

AccountAuthority model documentation

  • Undocumented

    Declaration

    Swift

    public let account: Account
  • Undocumented

    Declaration

    Swift

    public let value: Int
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    public func toJSON() -> Any?
  • Undocumented

    Declaration

    Swift

    public func toData() -> Data?