UNPKG

@yubing744/rooch-sdk

Version:
3 lines (2 loc) 143 B
export declare function fromB64(sBase64: string, nBlocksSize?: number): Uint8Array; export declare function toB64(aBytes: Uint8Array): string;