Struct fuels_core::abi_decoder::ABIDecoder
source · [−]pub struct ABIDecoder {}
Implementations
Decode takes an array of ParamType
and the encoded data as raw bytes
and returns a vector of Token
s containing the decoded values.
Note that the order of the types in the types
array needs to match the order
of the expected values/types in data
.
You can find comprehensive examples in the tests for this module.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ABIDecoder
impl Send for ABIDecoder
impl Sync for ABIDecoder
impl Unpin for ABIDecoder
impl UnwindSafe for ABIDecoder
Blanket Implementations
Mutably borrows from an owned value. Read more