Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
A signing service interface that takes as input some identifier (i.e., user identifier) and exposes two functions sign(identifier) and public_key(identifier). Implementations of this trait are expected to manage keys on behalf of user identifiers and will be used by the new GateWallet service
A signing service interface that takes as input some identifier (i.e., user identifier) and exposes two functions
sign(identifier)
andpublic_key(identifier)
. Implementations of this trait are expected to manage keys on behalf of user identifiers and will be used by the new GateWallet service