> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ndefFromFoundPayload

> Pull the NDEF message bytes out of an `NdefFound` payload.

Pull the NDEF message bytes out of an `NdefFound` payload.

```ts theme={null}
import { ndefFromFoundPayload } from "@endstate-sdk/reader/tcmp";
```

```ts theme={null}
ndefFromFoundPayload(payload: Uint8Array): Uint8Array | null
```

## Example

```ts theme={null}
const ndef = ndefFromFoundPayload(msg.payload);
```
