EchorandConfig
public struct EchorandConfig : Decodable
Undocumented
-
Undocumented
Declaration
Swift
public let timeNet1mb: IntOrString -
Undocumented
Declaration
Swift
public let timeNet256b: IntOrString -
Undocumented
Declaration
Swift
public let creatorCount: IntOrString -
Undocumented
Declaration
Swift
public let verifierCount: IntOrString -
Undocumented
Declaration
Swift
public let okThreshold: IntOrString -
Undocumented
Declaration
Swift
public let maxBbaSteps: IntOrString -
Undocumented
Declaration
Swift
public let gc1Delay: IntOrString -
Undocumented
Declaration
Swift
public init(timeNet1mb: IntOrString, timeNet256b: IntOrString, creatorCount: IntOrString, verifierCount: IntOrString, okThreshold: IntOrString, maxBbaSteps: IntOrString, gc1Delay: IntOrString) -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
EchorandConfig Structure Reference