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

Properties

Properties

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

Type declaration

Generated using TypeDoc