Docs.rs
cosmwasm-std-3.0.1
cosmwasm-std 3.0.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:confio:developers
webmaster128
Dependencies
base64 ^0.22.0
normal
bnum ^0.11.0
normal
cosmwasm-core ^3.0.1
normal
cosmwasm-derive ^3.0.1
normal
cw-schema ^3.0.1
normal
derive_more ^2.0.1
normal
hex ^0.4
normal
rmp-serde ^1.3.0
normal
schemars ^0.8.4
normal
serde ^1.0.192
normal
serde_json ^1.0.140
normal
sha2 ^0.10.3
normal
static_assertions ^1.1.0
normal
thiserror ^1.0.26
normal
chrono ^0.4
dev
cosmwasm-core ^3.0.1
dev
cosmwasm-schema ^3.0.1
dev
crc32fast ^1.3.2
dev
hex-literal ^0.4.1
dev
paste ^1.0.15
dev
proptest ^1.5.0
dev
bech32 ^0.11.0
normal
cosmwasm-crypto ^3.0.1
normal
rand_core ^0.6.4
normal
Versions
51.01%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cosmwasm_
std
3.0.1
Modules
storage_keys
testing
Macros
assert_approx_eq
ensure
ensure_eq
ensure_ne
impl_mul_fraction
Structs
Addr
AllDelegationsResponse
AllDenomMetadataResponse
AllValidatorsResponse
AnyMsg
Attribute
BalanceResponse
Binary
BlockInfo
BondedDenomResponse
CanonicalAddr
ChannelResponse
Checksum
ChecksumError
CodeInfoResponse
Coin
Coins
ContractInfo
ContractInfoResponse
ConversionOverflowError
DecCoin
Decimal
Decimal256
Decimal256RangeExceeded
DecimalRangeExceeded
Delegation
DelegationResponse
DelegationRewardsResponse
DelegationTotalRewardsResponse
DelegatorReward
DelegatorValidatorsResponse
DelegatorWithdrawAddressResponse
DenomMetadata
DenomMetadataResponse
DenomUnit
Deps
DepsMut
DivideByZeroError
Empty
Env
Event
FullDelegation
GrpcQuery
HexBinary
Ibc2PacketAckMsg
Ibc2PacketReceiveMsg
Ibc2PacketSendMsg
Ibc2PacketTimeoutMsg
Ibc2Payload
Ibc3ChannelOpenResponse
IbcAckCallbackMsg
IbcAcknowledgement
IbcBasicResponse
IbcCallbackRequest
IbcChannel
IbcDestinationCallbackMsg
IbcDstCallback
IbcEndpoint
IbcPacket
IbcPacketAckMsg
IbcPacketReceiveMsg
IbcPacketTimeoutMsg
IbcReceiveResponse
IbcSrcCallback
IbcTimeout
IbcTimeoutBlock
IbcTimeoutCallbackMsg
IbcTransferCallback
Int128
Int256
Int512
Int64
MessageInfo
MigrateInfo
MsgResponse
OverflowError
OwnedDeps
PageRequest
PortIdResponse
QuerierWrapper
RawRangeResponse
Reply
Response
RoundDownOverflowError
RoundUpOverflowError
SignedDecimal
SignedDecimal256
SignedDecimal256RangeExceeded
SignedDecimalRangeExceeded
StdError
SubMsg
SubMsgResponse
SupplyResponse
Timestamp
TransactionInfo
TransferMsgBuilder
Uint128
Uint256
Uint512
Uint64
Validator
ValidatorMetadata
ValidatorResponse
WeightedVoteOption
Enums
AggregationError
BankMsg
BankQuery
CheckedFromRatioError
CheckedMultiplyFractionError
CheckedMultiplyRatioError
CoinFromStrError
CoinsError
ContractResult
CosmosMsg
DistributionMsg
DistributionQuery
DivisionError
GovMsg
HashFunction
Ibc2Msg
IbcChannelCloseMsg
IbcChannelConnectMsg
IbcChannelOpenMsg
IbcMsg
IbcOrder
IbcQuery
IbcSourceCallbackMsg
Instantiate2AddressError
Never
Order
OverflowOperation
PairingEqualityError
QueryRequest
RecoverPubkeyError
ReplyOn
StakingMsg
StakingQuery
StdAck
StdErrorKind
SubMsgResult
SystemError
SystemResult
VerificationError
VoteOption
WasmMsg
WasmQuery
Constants
BLS12_381_G1_GENERATOR
BLS12_381_G2_GENERATOR
Traits
Api
CustomMsg
CustomQuery
Fraction
Isqrt
Querier
StdResultExt
Storage
Functions
attr
coin
coins
from_base64
from_hex
from_json
from_msgpack
has_coins
instantiate2_address
to_base64
to_hex
to_json_binary
to_json_string
to_json_vec
to_msgpack_binary
to_msgpack_vec
wasm_execute
wasm_instantiate
Type Aliases
IbcChannelOpenResponse
QuerierResult
QueryResponse
RawRangeEntry
Record
StdResult
Attribute Macros
entry_point
cosmwasm_std
Function
to_hex
Copy item path
Settings
Help
Summary
Source
pub fn to_hex<I>(input: I) ->
String
where I:
AsRef
<[
u8
]>,
Expand description
Encode a bag of bytes into the hex format