#include <library/include/ipfs_client/multi_base.h>
◆ Get()
auto ipfs::mb::Codec::Get |
( |
Code |
code | ) |
|
|
static |
- Parameters
-
Struct | with the above fields filled |
code | The multibase to fetch |
◆ decode
Decoder const ipfs::mb::Codec::decode |
Functor to turn a multibase string into binary
◆ encode
Encoder const ipfs::mb::Codec::encode |
Functor to turn binary data into a multibase
◆ name
std::string_view const ipfs::mb::Codec::name |
The name of the multibase in question. Should match the name found in the multibase table.
The documentation for this struct was generated from the following files:
- library/include/ipfs_client/multi_base.h
- library/src/ipfs_client/multi_base.cc