Skip to content

Support TvmSlice type of fixed size without references #65

Description

@IgorKoval

Proposal:
Support TvmSlice type of fixed size without references (aka bitstring). It can be useful:

  • for working with bls.* functions.
  • for sending in a contract some binary string of fixed size.

TvmSlice will be stored in the message cell (not in references as it is done for TvmCell).

Example in TVM-Solidity:

function f(TvmSlice384 key, TvmSlice768 signature) public { /* ... */ }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions