Methods
connect
- connect(locator: string | object): Promise<boolean>
Parameters
Returns Promise<boolean>
disconnect
- disconnect(): Promise<void>
fhFileBlockSize
- fhFileBlockSize(): number
getConnectedLocator
- getConnectedLocator(): string | object
pauseConnection
- pauseConnection(pause: boolean): void
requiresSubscription
- requiresSubscription(): boolean
sendTxMsg
- sendTxMsg(msg: Uint8Array, sendWithResponse: boolean): Promise<boolean>
Parameters
msg: Uint8Array
sendWithResponse: boolean
Returns Promise<boolean>
sendTxMsgNoAwait
- sendTxMsgNoAwait(msg: Uint8Array, sendWithResponse: boolean): Promise<boolean>
Parameters
msg: Uint8Array
sendWithResponse: boolean
Returns Promise<boolean>