summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorXavier Sellier <xsellier@gmail.com>2018-12-10 14:58:47 -0500
committerXavier Sellier <xsellier@gmail.com>2018-12-10 14:58:47 -0500
commite2c3bbabb0a12f58585bb441d91ee8882225b0ee (patch)
tree2ce4d9ff5ba76cbacde95855d31633ef7079992e /doc/classes
parentfa024537a39c24bf9fb2e24063acee0daf63dfc1 (diff)
Feature: Add SHA256 for PoolByteArray
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/PoolByteArray.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/PoolByteArray.xml b/doc/classes/PoolByteArray.xml
index ae722b1053..4d38f9f9b4 100644
--- a/doc/classes/PoolByteArray.xml
+++ b/doc/classes/PoolByteArray.xml
@@ -114,6 +114,11 @@
Change the byte at the given index.
</description>
</method>
+ <method name="sha256_string">
+ <description>
+ Return SHA256 string of the PoolByteArray.
+ </description>
+ </method>
<method name="size">
<return type="int">
</return>