File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ public class GetTransfersRequest
99 [ JsonPropertyName ( "pending" ) ] public bool Pending { get ; set ; }
1010 [ JsonPropertyName ( "failed" ) ] public bool Failed { get ; set ; }
1111 [ JsonPropertyName ( "pool" ) ] public bool Pool { get ; set ; }
12- [ JsonPropertyName ( "filter_by_height " ) ] public bool ? FilterByHeight { get ; set ; }
12+ [ JsonPropertyName ( "filter_by_height" ) ] public bool ? FilterByHeight { get ; set ; }
1313 [ JsonPropertyName ( "min_height" ) ] public uint ? MinHeight { get ; set ; }
1414 [ JsonPropertyName ( "max_height" ) ] public uint ? MaxHeight { get ; set ; }
1515 [ JsonPropertyName ( "account_index" ) ] public long ? AccountIndex { get ; set ; }
1616 [ JsonPropertyName ( "subaddr_indices" ) ] public IEnumerable < long > ? SubaddrIndices { get ; set ; }
1717 [ JsonPropertyName ( "all_accounts" ) ] public bool ? AllAccounts { get ; set ; }
18- }
18+ }
You can’t perform that action at this time.
0 commit comments