UNPKG

@roochnetwork/rooch-sdk

Version:
7 lines (6 loc) 182 B
export type Bytes = Uint8Array; export declare const EmptyBytes: Uint8Array; /** * Shortcut to one-element (element is 0) byte array */ export declare const NullBytes: Uint8Array;