You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Arrays and Maps are not currently supported. That kind of data
should be processed in the smart contract. You want to keep cost
per byte down for transactions.
Type
Format
Comment
ByteString
Base64
Signature
Base64
Boolean
Boolean
Value must be True or False in string form.
Integer
BigInt
Onlynumbers in string form up to 32 characters long.
String
utf-8
Make sure you use utf-8 text encoding.
Hash160
hexstring
ScriptHash format with prefix 0x
Hash256
hexstring
SHA-256 hash starting with prefix 0x.
PublicKey
hexstring
ECPointSecp256r1 public key in hex format with no prefix.