ForgeAbi_WithdrawTokenTx

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

Undocumented

  • how many units to revokes

    Declaration

    Swift

    public var value: ForgeAbi_BigUint { get set }
  • Returns true if value has been explicitly set.

    Declaration

    Swift

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

    Declaration

    Swift

    public mutating func clearValue()
  • to

    foreign address to withdraw token to.

    Declaration

    Swift

    public var to: String { get set }
  • type of the chain currently only “eth”

    Declaration

    Swift

    public var chainType: String { get set }
  • chain id of the chain. Could be testnet or mainnet.

    Declaration

    Swift

    public var chainID: String { get set }
  • ttl

    the time that a withdraw token tx would expire so user can unlock her tokens from intermediate state

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public mutating func clearTtl()
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.