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

Properties

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