@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Interface Stringifyable

    Interface for objects that can be converted to string representations.

    interface Stringifyable {
        toJSON(): string;
        toString(): string;
    }
    Index

    Methods