Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerLinkedSignerResponse

    interface IndexerServerLinkedSignerResponse {
        total_tx_limit: string;
        remaining_tx: string;
        wait_time: string;
        signer: string;
    }
    Index

    Properties

    total_tx_limit: string
    remaining_tx: string
    wait_time: string
    signer: string