Class IssuerCreateSchemaResult
Inheritance
System.Object
IssuerCreateSchemaResult
Assembly: Hyperledger.Indy.Sdk.dll
Syntax
public class IssuerCreateSchemaResult : Object
Constructors
IssuerCreateSchemaResult(String, String)
Declaration
public IssuerCreateSchemaResult(string schemaId, string schemaJson)
Parameters
Type |
Name |
Description |
System.String |
schemaId |
|
System.String |
schemaJson |
|
Properties
SchemaId
Declaration
public string SchemaId { get; }
Property Value
Type |
Description |
System.String |
|
SchemaJson
Declaration
public string SchemaJson { get; }
Property Value
Type |
Description |
System.String |
|