static-address-example-aptos 0.2.2

Example of using the static-address crate with Aptos code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.static-address]
features = ["address32"]
version = "0.2.0"

[package]
authors = ["Ian Macalinao <ian@moving.wtf>"]
description = "Example of using the static-address crate with Aptos code."
edition = "2021"
homepage = "https://moving.wtf"
keywords = ["move", "aptos", "sui", "macro"]
license = "Apache-2.0"
name = "static-address-example-aptos"
readme = "README.md"
repository = "https://github.com/movingco/static-address"
version = "0.2.2"