Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pull the NDEF message bytes out of an NdefFound payload.
NdefFound
import { ndefFromFoundPayload } from "@endstate-sdk/reader/tcmp";
ndefFromFoundPayload(payload: Uint8Array): Uint8Array | null
const ndef = ndefFromFoundPayload(msg.payload);