Fee

public struct Fee

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let transfer = UInt64(0.1 * fixedPoint)
  • Undocumented

    Declaration

    Swift

    public static let data = UInt64(0.1 * fixedPoint)
  • Undocumented

    Declaration

    Swift

    public static let inTransfer = UInt64(0.1 * fixedPoint)
  • Undocumented

    Declaration

    Swift

    public static let outTransfer = UInt64(0.1 * fixedPoint)
  • Undocumented

    Declaration

    Swift

    public static let signature = UInt64(5 * fixedPoint)
  • Undocumented

    Declaration

    Swift

    public static let delegate = UInt64(25 * fixedPoint)
  • Undocumented

    Declaration

    Swift

    public static let vote = UInt64(1 * fixedPoint)
  • Undocumented

    Declaration

    Swift

    public static let multisignature = UInt64(5 * fixedPoint)
  • Undocumented

    Declaration

    Swift

    public static let dapp = UInt64(25 * fixedPoint)