Swig TS — API References
    Preparing search index...

    Interface Web3PublicKey

    interface Web3PublicKey {
        toBase58(): string;
        toBytes(): Uint8Array;
    }

    Implemented by

    Index

    Methods

    • Returns string

    • Returns Uint8Array