package
0.0.0-20250214074024-56dfb2eed7ac
Repository: https://github.com/citizenwallet/engine.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Decrypt takes an encrypted value and a key, decrypts the value using AES-CFB, and returns the decrypted value as a string.
Encrypt takes a secret value and a key, encrypts the value using AES-CFB, and returns the encrypted value as a hex-encoded string.
No description provided by the author
No description provided by the author
GetContextAddress returns the indexer.ContextKeyAddress from the context.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GenerateNonce generates a nonce which is a unique number that can only be used once.
No description provided by the author
ParseERC20Transfer parses the calldata of an ERC20 transfer from a smart contract Execute function.
No description provided by the author
ParseNonce parses a nonce from a big.Int containing a uint256 with the first 64 bits being the key and the last 192 bits being the seq.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Response is the default response object swagger:response defaultResponse.
No description provided by the author