# CreateOrJoinAttributionGrain Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.createorjoinattributiongrain/)

## GetNestedTransactionIds(int, List&lt;ITransactionAttributionGrain&gt;) {#getnestedtransactionids-int-system-collections-generic-list-orleans-transactions-9bc4ee68}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.createorjoinattributiongrain/methods/getnestedtransactionids-int-system-collections-generic-list-orleans-transactions-9bc4ee68/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions.TestKit.Base/Grains/TransactionAttributionGrain.cs#L29)

```csharp
public Task<List<string>[]> GetNestedTransactionIds(int tier, List<ITransactionAttributionGrain>[] tiers)
```

### Parameters

- `tier` (`int`)
- `tiers` (`List<ITransactionAttributionGrain>`)
