BinaryAbi

public struct BinaryAbi : Codable

The structure for BinaryAbis.

  • The account name for the contract, as a String.

    Declaration

    Swift

    public var accountName: String
  • abi

    The binary representation of the ABI as a String.

    Declaration

    Swift

    public var abi: String
  • Initializer for the BinaryAbi.

    Declaration

    Swift

    public init()
  • Initializer for the BinaryAbi.

    Declaration

    Swift

    public init(accountName: String, abi: String)

    Parameters

    accountName

    The account name

    abi

    The abi as a hex string