Table of Contents

Class ApKeysByIdentifierResult.ApKeyResult

Namespace
AkashicPaySDK.Model
Assembly
AkashicPaySDK.dll
public class ApKeysByIdentifierResult.ApKeyResult
Inheritance
ApKeysByIdentifierResult.ApKeyResult
Inherited Members

Constructors

ApKeyResult(BaseNetworkSymbol?, string)

public ApKeyResult(BaseNetworkSymbol? networkSymbol, string address)

Parameters

networkSymbol BaseNetworkSymbol
address string

Properties

Address

public string Address { get; set; }

Property Value

string

NetworkSymbol

public BaseNetworkSymbol? NetworkSymbol { get; set; }

Property Value

BaseNetworkSymbol