/// export declare class ViewingKeyData { readonly value: bigint; readonly assetId: number; readonly accountRequired: boolean; readonly creatorPubKey: Buffer; static SIZE: number; static DECRYPTED_SIZE: number; static fromBuffer(buf: Buffer): ViewingKeyData; static random(): ViewingKeyData; constructor(value: bigint, assetId: number, accountRequired: boolean, creatorPubKey: Buffer); toBuffer(): Buffer; } //# sourceMappingURL=viewing_key_data.d.ts.map