stacks-fireblocks-sdk
    Preparing search index...

    Type Alias CheckStatusResponse

    type CheckStatusResponse = {
        data?: CheckStatusData;
        error?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: string
    success: boolean