Skip to Content
API referencePulsar CoreSrcType AliasesPulsarAdapter<T>

@tuwaio/pulsar-core-monorepo


PulsarAdapter<T>

PulsarAdapter<T> = OrbitGenericAdapter<TxAdapter<T>> & object & SyncCallbacks<T>

Defined in: packages/pulsar-core/src/types.ts:245 

The configuration object containing one or more transaction adapters.

Type Declaration

gelatoApiKey?

optional gelatoApiKey: string

maxTransactions?

optional maxTransactions: number

Type Parameters

T

T extends Transaction

The specific transaction type.

Last updated on