Function getOpData

  • Retrieves the data associated with the given key from the operation datastore.

    Returns

    • the serialized data associated with the given key as a byte array.

    Throws

    • if the key is not present in the datastore.

    Parameters

    • key: StaticArray<number>

      the serialized key to look for in the datastore.

    Returns StaticArray<u8>

Generated using TypeDoc