FunctionmakeDictionaryItemKey

  • Converts a key and value into a formatted dictionary item key for ditionaries queries.

    Arguments

    • key - A string representation of a account/contract hash as a Key.
    • value - A string representation of the value, for now restricted to parse as U256 or Key

    Returns

    A string representing the formatted dictionary item key.

    Parameters

    • key: Key
    • value: string

    Returns string