@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Interface Error

    interface Error {
        message: string;
        name: string;
        stack?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string
    name: string
    stack?: string