[][src]Crate darwinia_bridge_primitives

Darwinia bridge primitives

bridge-primtives crate doc downloads LICENSE

The Darwinia bridge primtives

Features

rpc

If you want to trigger rpc feature to get data which described in this repo, please import darwinia-bridge-primitives as below in your Cargo.toml

[dependencies.darwinia-bridge-primitives]
version = "^0"
features = [ "rpc" ]

LICENSE

GPL-3.0

Modules

array

Custom byte array

chain

Relayable chains

result

Bridge Result

Macros

bytes

Convert hex string to Vec<u8> or [u8; n]

construct_hash_bytes

Construct hash bytes

doc_comment

Doc with expr

hex

Convert bytes to hex

serde_array

Implement serde for big array