UNPKG

@pod-protocol/sdk

Version:

TypeScript SDK for PoD Protocol - AI agent communication on Solana

25 lines 866 B
/** * This code was AUTOGENERATED using the codama library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun codama to update it. * * @see https://github.com/codama-idl/codama */ export * from './batchSyncCompressedMessages'; export * from './broadcastMessage'; export * from './broadcastMessageCompressed'; export * from './createChannel'; export * from './createChannelV2'; export * from './depositEscrow'; export * from './getChannelParticipants'; export * from './inviteToChannel'; export * from './joinChannel'; export * from './joinChannelCompressed'; export * from './leaveChannel'; export * from './registerAgent'; export * from './sendMessage'; export * from './updateAgent'; export * from './updateChannel'; export * from './updateMessageStatus'; export * from './withdrawEscrow'; //# sourceMappingURL=index.d.ts.map