Expand description
Utilities for working with common data patterns.
Functions§
- Helper to add both contract code and instance to the footprint. Useful especially for smart accounts.
- Builds an address from a slice.
- Returns an allocated String object starting from a Soroban SDK Address object.
- Builds an
HashIdPreimage::SorobanAuthorization
from the given nonce, signature, and invocation. - Sign any payload.
- Pushes a key to the read-only footprint
- Pushes a key to the read-write footprint
- Hash a stellar transaction.
- Extract the instance storage map from an ScVal.
- Convert Int128Parts into a native i128.
- Hash a stellar transaction.
- Sign a stellar transaction.
- Returns an allocated String object starting from a Soroban SDK String object.
- Converts a vector into an array. Panics if the provided array size != vector’s length.