issues
search
hashgraph
/
hedera-sdk-rust
The Hedera™ Rust SDK
Apache License 2.0
43
stars
14
forks
source link
feat: encode 32 bytes from String, &str, slice in contract function call
#732
Closed
RickyLB
closed
1 year ago
RickyLB
commented
1 year ago
Description
:
In Contract Function Calls, this PR allows
add_bytes32
to take String, &str, and &[u8,32]. It will panic if input exceeds 32 bytes.
Checklist
[ ] Documented (Code comments, README, etc.)
[ ] Tested (unit, integration, etc.)
izik1
commented
1 year ago
LGTM with the one comment
Description:
add_bytes32
to take String, &str, and &[u8,32]. It will panic if input exceeds 32 bytes.Checklist