diff --git a/Account.html b/Account.html index 36c024b2..0a76da52 100644 --- a/Account.html +++ b/Account.html @@ -573,7 +573,7 @@
key
keys
xdr.ScVal
+Array.<xdr.ScVal>
@@ -1085,7 +1085,7 @@ The key of the contract data to load.
+The ledger entry keys to load.
Given a smart contract value, attempt to convert to a native type.
-Possible conversions include:
+Given a smart contract value, attempt to convert it to a native type. +Possible conversions include:
null
number
bigint
Array
of any of the above (via recursion)boolean
Uint8Array
string
string
IF the underlying buffer can be decoded as ascii/utf8,
+Uint8Array
of the raw contents in any error caseIf no conversion can be made, this just "unwraps" the smart value to return -its underlying XDR value.
+If no viable conversion can be determined, this just "unwraps" the smart +value to return its underlying XDR value.