Class SimulateRequestTransactionGroup
Inherited Members
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class SimulateRequestTransactionGroup
Properties
| Edit this page View SourceTxns
Declaration
[JsonProperty("txns", Required = Required.Always)]
[Key("txns")]
[Required]
public ICollection<SignedTransaction> Txns { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<SignedTransaction> |