Base Client — HCS‑16
The base client exposes helpers for constructing and parsing HCS‑16 envelopes and topic memos.
parseTopicMemoDirect link to parseTopicMemo
- TypeScript
- Go
import { HCS16BaseClient, FloraTopicType } from '@hashgraphonline/standards-sdk';
const base = new HCS16BaseClient({ network: 'testnet' });
const info = base.parseTopicMemo('hcs-16:0.0.6000001:0');
// => { protocol: 'hcs-16', floraAccountId: '0.0.6000001', topicType: FloraTopicType.COMMUNICATION }
// See Go SDK examples
getRecentMessages / getLatestMessageDirect link to getRecentMessages / getLatestMessage
Filter and read Flora messages by operation using Mirror Node.