NetworkConstants
public struct NetworkConstants : Codable
The contants that a given Tezos node is using for block times, blakc size etc
-
Declaration
Swift
public let minimal_block_delay: String -
Declaration
Swift
public let hard_gas_limit_per_operation: String -
Declaration
Swift
public let hard_gas_limit_per_block: String -
Declaration
Swift
public let origination_size: Int -
Declaration
Swift
public let cost_per_byte: String -
Declaration
Swift
public let hard_storage_limit_per_operation: String -
Declaration
Swift
public let blocks_per_cycle: Int -
Declaration
Swift
public let unstake_finalization_delay: Int -
Declaration
Swift
public func secondsBetweenBlocks() -> Int -
Declaration
Swift
public func mutezPerByte() -> Int -
Declaration
Swift
public func xtzPerByte() -> XTZAmount -
Declaration
Swift
public func maxGasPerOperation() -> Int -
Declaration
Swift
public func maxGasPerBlock() -> Int -
Declaration
Swift
public func maxStoragePerOperation() -> Int -
Declaration
Swift
public func bytesForReveal() -> Int -
Declaration
Swift
public func xtzForReveal() -> XTZAmount
Install in Dash