M_Iota_Lib_CSharp_Api_IotaApi_ReplayBundle - iotaledger-archive/iota.lib.csharp GitHub Wiki
Replays the bundle.
Namespace: Iota.Lib.CSharp.Api
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public bool[] ReplayBundle(
string transaction,
int depth,
int minWeightMagnitude
)
- transaction
- Type: System.String
The transaction. - depth
- Type: System.Int32
The depth. - minWeightMagnitude
- Type: System.Int32
The minimum weight magnitude.
Type: Boolean[]
an array of boolean that indicate which transactions have been replayed successfully