@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
21 lines • 1.08 kB
TypeScript
import { BlsSignature } from '../serializable/fxs/common/blsSignature';
import { BigIntPr, Byte, Bytes, Int, Short, Stringpr } from '../serializable/primitives';
export declare const intBytes: () => Uint8Array;
export declare const int: () => Int;
export declare const intsBytes: () => Uint8Array;
export declare const ints: () => Int[];
export declare const byteByte: () => Uint8Array;
export declare const byte: () => Byte;
export declare const bytesBytes: () => Uint8Array;
export declare const bytes: () => Bytes;
export declare const bigIntPrBytes: () => Uint8Array;
export declare const bigIntPr: () => BigIntPr;
export declare const stringPr: () => Stringpr;
export declare const stringPrBytes: () => Uint8Array;
export declare const shortBytes: () => Uint8Array;
export declare const short: () => Short;
export declare const blsPublicKeyBytes: () => Uint8Array;
export declare const blsSignatureBytes: () => Uint8Array;
export declare const blsSignature: () => BlsSignature;
export declare const warpMessageBytes: () => Uint8Array;
//# sourceMappingURL=primitives.d.ts.map