Struct BlockResponse
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
[AlgoApiFormatter(typeof(WrappedValueFormatter<BlockResponse, Block>), "", "", 0)]
public struct BlockResponse : IEquatable<BlockResponse>, IWrappedValue<Block>
Constructors
BlockResponse(Block)
Declaration
public BlockResponse(Block value)
Parameters
Type |
Name |
Description |
Block |
value |
|
Properties
WrappedValue
Declaration
public Block WrappedValue { get; set; }
Property Value
Methods
Equals(BlockResponse)
Declaration
public bool Equals(BlockResponse other)
Parameters
Returns
Operators
Implicit(Block to BlockResponse)
Declaration
public static implicit operator BlockResponse(Block value)
Parameters
Type |
Name |
Description |
Block |
value |
|
Returns
Implicit(BlockResponse to Block)
Declaration
public static implicit operator Block(BlockResponse wrapper)
Parameters
Returns
Implements