Table of Contents

Class GetAptosRequest

Namespace
Aptos
Assembly
Aptos.dll
public class GetAptosRequest : BaseAptosRequest
Inheritance
GetAptosRequest
Inherited Members

Constructors

GetAptosRequest(string?, dynamic?, string?, Dictionary<string, string>?, string?)

public GetAptosRequest(string? path = null, dynamic? body = null, string? contentType = null, Dictionary<string, string>? queryParams = null, string? originMethod = null)

Parameters

path string
body dynamic
contentType string
queryParams Dictionary<string, string>
originMethod string

Properties

Body

public override dynamic? Body { get; set; }

Property Value

dynamic

ContentType

public override string? ContentType { get; set; }

Property Value

string

OriginMethod

public override string? OriginMethod { get; set; }

Property Value

string

Path

public override string? Path { get; set; }

Property Value

string

QueryParams

public override Dictionary<string, string>? QueryParams { get; set; }

Property Value

Dictionary<string, string>