FrameValue import { FrameValue } from "destack:runtime"; Runtime frame slot value. export struct FrameValue { slot: FrameSlotId; bytes: [uint8]; } language/library/src/runtime/frame.ds:64:69 Members slot: FrameSlotId Slot identifier. bytes: [uint8] Encoded value bytes.