UNPKG

@roochnetwork/rooch-sdk

Version:
10 lines (9 loc) 307 B
import { RoochAddress } from './rooch.js'; import { Bytes } from '../types/bytes.js'; import { Address } from './address.js'; export declare class NoStrAddress extends Address { private readonly bytes; constructor(input: string | Bytes); genRoochAddress(): RoochAddress; toBytes(): Bytes; }