Contract ABI.

interface AbiRoot {
    body: AbiBody;
    metadata: AbiMetadata;
    schema_version: string;
}

Properties

body: AbiBody

Core ABI information (functions and types).

metadata: AbiMetadata

Metadata information about the contract.

schema_version: string

Semver of the ABI schema format.