Class ShaMap
Inheritance
object
ShaMap
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class ShaMap : ShaMapInner
Constructors
|
Edit this page
View Source
ShaMap()
Declaration
|
Edit this page
View Source
ShaMap(bool, int)
Declaration
protected ShaMap(bool isCopy, int depth)
Parameters
| Type |
Name |
Description |
| bool |
isCopy |
|
| int |
depth |
|
Methods
|
Edit this page
View Source
Copy()
Declaration
public virtual ShaMap Copy()
Returns
|
Edit this page
View Source
MakeInnerOfSameClass(int)
Declaration
protected override ShaMapInner MakeInnerOfSameClass(int depth)
Parameters
| Type |
Name |
Description |
| int |
depth |
|
Returns
Overrides