Skip to content

Commit d479d6b

Browse files
committed
regenerated docs
1 parent 5a02660 commit d479d6b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/api_reference/sdk-src_wasm.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2926,6 +2926,19 @@ __*return*__ | [Group](sdk-src_wasm.md) | *The record nonce.*
29262926
29272927
---
29282928
2929+
### `clone() ► RecordCiphertext`
2930+
2931+
![modifier: public](images/badges/modifier-public.svg)
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+
29292942
# Class `RecordPlaintext`
29302943
29312944
Plaintext representation of an Aleo record
@@ -3160,6 +3173,19 @@ __*return*__ | [Group](sdk-src_wasm.md) | *record view key*
31603173
31613174
---
31623175
3176+
### `clone() ► RecordPlaintext`
3177+
3178+
![modifier: public](images/badges/modifier-public.svg)
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+
31633189
# Class `Scalar`
31643190
31653191
Scalar field element.

0 commit comments

Comments
 (0)