File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -2926,6 +2926,19 @@ __*return*__ | [Group](sdk-src_wasm.md) | *The record nonce.*
2926
2926
2927
2927
---
2928
2928
2929
+ ### ` clone () ► RecordCiphertext`
2930
+
2931
+ 
2932
+
2933
+ Clone the record ciphertext.
2934
+
2935
+ Parameters | Type | Description
2936
+ --- | --- | ---
2937
+ __*return*__ | [RecordCiphertext](sdk-src_wasm.md) | *A clone of the record ciphertext.
2938
+ Clone the field element.*
2939
+
2940
+ ---
2941
+
2929
2942
# Class ` RecordPlaintext`
2930
2943
2931
2944
Plaintext representation of an Aleo record
@@ -3160,6 +3173,19 @@ __*return*__ | [Group](sdk-src_wasm.md) | *record view key*
3160
3173
3161
3174
---
3162
3175
3176
+ ### ` clone () ► RecordPlaintext`
3177
+
3178
+ 
3179
+
3180
+ Clone the record plaintext.
3181
+
3182
+ Parameters | Type | Description
3183
+ --- | --- | ---
3184
+ __*return*__ | [RecordPlaintext](sdk-src_wasm.md) | *A clone of the record plaintext.
3185
+ Clone the field element.*
3186
+
3187
+ ---
3188
+
3163
3189
# Class ` Scalar`
3164
3190
3165
3191
Scalar field element.
You can’t perform that action at this time.
0 commit comments