An AST node representing Michelson bytes literal.

interface BytesLiteral {
    [sourceReference]?: SourceReference;
    bytes: string;
}

Hierarchy (view full)

Properties

[sourceReference]?: SourceReference
bytes: string