ForgeAbi_UpdateAssetTx

public struct ForgeAbi_UpdateAssetTx
extension ForgeAbi_UpdateAssetTx: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Undocumented

  • Undocumented

    Declaration

    Swift

    public var address: String { get set }
  • Undocumented

    Declaration

    Swift

    public var moniker: String { get set }
  • forge won’t update data into state if app is interested in this tx.

    Declaration

    Swift

    public var data: SwiftProtobuf.Google_Protobuf_Any { get set }
  • Returns true if data has been explicitly set.

    Declaration

    Swift

    public var hasData: Bool { get }
  • Clears the value of data. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearData()
  • Undocumented

    Declaration

    Swift

    public var unknownFields: <<error type>>
  • Undocumented

    Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.