Gmx v2 - Funding rates (#6)
* Setup GMX v2 * Add get markets * Map token with service * Add get market info data * Add get markets * Add get market token prices * Get markets infos multicall * Try call datastore * Add some tests to figure out why datastore call dont work * Update funding rates * clean
This commit is contained in:
15
src/Managing.ABI.GmxV2/Reader/ContractDefinition/Props.cs
Normal file
15
src/Managing.ABI.GmxV2/Reader/ContractDefinition/Props.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Nethereum.ABI.FunctionEncoding.Attributes;
|
||||
|
||||
namespace Managing.ABI.GmxV2.Reader.ContractDefinition
|
||||
{
|
||||
public partial class Props : PropsBase
|
||||
{
|
||||
}
|
||||
|
||||
public class PropsBase
|
||||
{
|
||||
[Parameter("tuple", "addresses", 1)] public virtual Addresses Addresses { get; set; }
|
||||
[Parameter("tuple", "numbers", 2)] public virtual Numbers Numbers { get; set; }
|
||||
[Parameter("tuple", "flags", 3)] public virtual Flags Flags { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user