Interface that should be implemented by ABI serializable objects.

Hierarchy

  • ExtendedAsset

Implements

Constructors

Properties

Methods

Constructors

Properties

contract: Name
quantity: Asset
abiName: string

Methods

  • Called when encoding to binary abi format.

    Parameters

    Returns void

  • Called when encoding to json abi format.

    Returns {
        contract: Name;
        quantity: Asset;
    }