export const { RawReturnDecoding } = createCodecComponent(
  "RawReturnDecoding",
  ({ data }: Codec.RawReturnDecoding) => (
    <Code type="bytes" title="raw return data">
      {data}