FeeEstimatorService

public class FeeEstimatorService

An object allowing developers to automatically estimate the necessary fee per Operation to ensure it will be accpeted by a Baker. This avoids the need to ask users to enter a fee, which is not a very user friendly approach as most users wouldn’t know what is required.

  • The real signature is not needed for estimation, use the default “Zero Signature” instead

    Declaration

    Swift

    public static let defaultSignature: [UInt8]
  • Declaration

    Swift

    public static let defaultSignatureHex: String

Types

Public Properties