Class ByPackageHashInvocationTarget
Inheritance
ByPackageHashInvocationTarget
Assembly: Casper.Network.SDK.dll
Syntax
public class ByPackageHashInvocationTarget : IInvocationTarget
Properties
|
Edit this page
View Source
Hash
Declaration
[JsonPropertyName("addr")]
public string Hash { get; init; }
Property Value
|
Edit this page
View Source
ProtocolVersionMajor
Declaration
[JsonPropertyName("protocol_version_major")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public uint? ProtocolVersionMajor { get; init; }
Property Value
|
Edit this page
View Source
Version
Declaration
[JsonPropertyName("version")]
public uint? Version { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToBytes()
Declaration
Returns
Implements