Skip to content

feat: support builtin functions in DataExpr #293

@mpetruska

Description

@mpetruska

It would be a needed feature to allow builtin function evocations in data expressions, for example:

...
  locals {
    token_name: sha3_256(bytearray.push(out_ref.transaction_id, out_ref.output_index)),
    ...
  }
...

Currently this can be worked around using input parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions