Class GitInfo
Which source revision a server was built from.
Inherited Members
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class GitInfo : BaseMethodResult
Properties
| Edit this page View SourceBranch
The branch the build came from.
Declaration
[JsonPropertyName("branch")]
public string Branch { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Hash
The commit the build came from.
Declaration
[JsonPropertyName("hash")]
public string Hash { get; set; }
Property Value
| Type | Description |
|---|---|
| string |