Class GetPackageResult
Inherited Members
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 SourceContractPackage
A legacy Contract Package.
Declaration
public ContractPackage ContractPackage { get; init; }
Property Value
| Type | Description |
|---|---|
| ContractPackage |
MerkleProof
The merkle proof.
Declaration
public string MerkleProof { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Package
An Addressable Entity package.
Declaration
public Package Package { get; init; }
Property Value
| Type | Description |
|---|---|
| Package |