Type alias TxContext

TxContext: {
    [counterId: string]: number | null;
}

Type declaration

  • [counterId: string]: number | null