Represents an un-serialized pure value. The correct bcs schema will need to be determined before this value can be serialized to bcs

interface UnresolvedPureArg {
    value: unknown;
}

Properties

Properties

value: unknown