interface ISender {
    send: ((encoder, message) => Promise<SDKProtocolResult>);
}

Properties

Properties

send: ((encoder, message) => Promise<SDKProtocolResult>)

Type declaration

Generated using TypeDoc