Interface IPostMessageConnection

Hierarchy

  • IPostMessageConnection

Properties

currentPayload: any
endTags: string[]
inputs: any
lastAttemptedConnection: number
lastConnection: number
network: ENearNetwork
promise: Promise<IMeteorActionResponse_Output<any>>
reject: ((reason: MeteorActionError) => void)

Type declaration

resolve: ((output: IMeteorActionResponse_Output<any>) => void)

Type declaration

uid: string

Generated using TypeDoc