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