Table of Contents

Class MimeType

Namespace
Aptos
Assembly
Aptos.dll
public static class MimeType
Inheritance
MimeType
Inherited Members

Fields

BCS

BCS representation, used for accept type BCS output

public const string BCS = "application/x-bcs"

Field Value

string

BCS_SIGNED_TRANSACTION

BCS representation, used for transaction submission in BCS input

public const string BCS_SIGNED_TRANSACTION = "application/x.aptos.signed_transaction+bcs"

Field Value

string

BCS_VIEW_FUNCTION

BCS representation, used for view function in BCS

public const string BCS_VIEW_FUNCTION = "application/x.aptos.view_function+bcs"

Field Value

string

JSON

JSON representation, used for transaction submission and accept type JSON output

public const string JSON = "application/json"

Field Value

string