Example #1
0
 public void Create()
 {
     PoolAsync.SetProtocolVersionAsync(ProtocolVersion).Wait();
     PoolAsync.CreatePoolLedgerConfigAsync(Name, CreateConfigJson()).Wait();
 }