Casper.Network.SDK
Show / Hide Table of Contents

Class GetPackageResult

Inheritance
object
RpcResult
GetPackageResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
[JsonConverter(typeof(GetPackageResult.GetPackageResultConverter))]
public class GetPackageResult : RpcResult

Properties

| Edit this page View Source

ContractPackage

A legacy Contract Package.

Declaration
public ContractPackage ContractPackage { get; init; }
Property Value
Type Description
ContractPackage
| Edit this page View Source

MerkleProof

The merkle proof.

Declaration
public string MerkleProof { get; init; }
Property Value
Type Description
string
| Edit this page View Source

Package

An Addressable Entity package.

Declaration
public Package Package { get; init; }
Property Value
Type Description
Package
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC