AccountOptions

public struct AccountOptions : ECHOCodable, Decodable

Represents account options model in Graphene blockchain

AccountOptions model documentation

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    public func toJSON() -> Any?
  • Undocumented

    Declaration

    Swift

    public func toData() -> Data?