Interface SdkHandshake

This SDK's handshake payload — the version + protocol the host records + checks against HOST_PROTOCOL_VERSION (§6/T45).

interface SdkHandshake {
    protocolVersion: string;
    sdkVersion: string;
}

Properties

protocolVersion: string
sdkVersion: string