Documentation
    Preparing search index...

    Interface DisconnectRpcResponseSuccess

    Success envelope. result is empty — the wallet just acknowledged.

    interface DisconnectRpcResponseSuccess {
        id: string;
        result: {};
    }
    Index

    Properties

    Properties

    id: string

    Echo of the request id.

    result: {}

    Empty. Reserved for future fields.