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()