moeralib
Version:
Library to interact with Moera decentralized social network
15 lines • 2.9 kB
TypeScript
/// <reference types="node" />
export declare function createAttachmentFingerprint0(digest: Buffer | null): Buffer;
export declare function createCarteFingerprint2(ownerName: string | null, address: string | null, beginning: number | null, deadline: number | null, nodeName: string | null, clientScope: number | null, adminScope: number | null, salt: Buffer | null): Buffer;
export declare function createCarteFingerprint1(ownerName: string | null, address: string | null, beginning: number | null, deadline: number | null, nodeName: string | null, authCategory: number | null, salt: Buffer | null): Buffer;
export declare function createCarteFingerprint0(ownerName: string | null, address: string | null, beginning: number | null, deadline: number | null, permissions: number | null, salt: Buffer | null): Buffer;
export declare function createCommentFingerprint0(ownerName: string | null, postingFingerprint: Buffer | null, repliedToFingerprint: Buffer | null, bodySrcHash: Buffer | null, bodySrcFormat: string | null, body: string | null, bodyFormat: string | null, createdAt: number | null, permissions: number | null, attachments: Buffer[] | null): Buffer;
export declare function createNotificationPacketFingerprint1(id: string | null, nodeName: string | null, fullName: string | null, createdAt: number | null, type: string | null, notification: string | null): Buffer;
export declare function createNotificationPacketFingerprint0(id: string | null, nodeName: string | null, createdAt: number | null, type: string | null, notification: string | null): Buffer;
export declare function createPostingFingerprint1(receiverName: string | null, ownerName: string | null, bodySrcHash: Buffer | null, bodySrcFormat: string | null, body: string | null, bodyFormat: string | null, createdAt: number | null, permissions: number | null, attachments: Buffer[] | null): Buffer;
export declare function createPostingFingerprint0(receiverName: string | null, ownerName: string | null, bodySrcHash: Buffer | null, bodySrcFormat: string | null, body: string | null, bodyFormat: string | null, createdAt: number | null, permissions: number | null, attachments: number | null): Buffer;
export declare function createPushRelayMessageFingerprint0(signedAt: number | null): Buffer;
export declare function createPushRelayRegisterFingerprint0(clientId: string | null, lang: string | null, signedAt: number | null): Buffer;
export declare function createReactionFingerprint0(ownerName: string | null, entryFingerprint: Buffer | null, negative: boolean | null, emoji: number | null): Buffer;
export declare function createSheriffOrderFingerprint0(sheriffName: string | null, nodeName: string | null, feedName: string | null, entryFingerprint: Buffer | null, category: string | null, reasonCode: string | null, reasonDetails: string | null, createdAt: number | null): Buffer;
//# sourceMappingURL=fingerprints.d.ts.map