Crates.io | loam-soroban-sdk |
lib.rs | loam-soroban-sdk |
version | 0.6.15 |
source | src |
created_at | 2023-08-31 18:45:50.509319 |
updated_at | 2024-09-30 12:56:23.173199 |
description | A wrapper around the soroban-sdk, providing some soroban specific traits |
homepage | |
repository | https://github.com/loambuild/loam/tree/main/crates/loam-soroban-sdk |
max_upload_size | |
id | 960295 |
size | 7,803 |
Wrapper around Soroban SDK which adds features needed by Loam SDK, such as:
IntoKey
derive macro that relies on Soroban SDK's specificsenv
to enable Loam SDK-authored contracts to avoid referencing it at all and use Rust's standard mutable/immutable method definition syntax (my_method(&self, ...)
vs my_method(&mut self, ...)
).