stacks-fireblocks-sdk
    Preparing search index...

    Type Alias GetPoxInfoResponse

    type GetPoxInfoResponse = {
        data?: any;
        error?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    data?: any
    error?: string
    success: boolean