iotaledger / access-server

Apache License 2.0
14 stars 3 forks source link

Implement wallet functions. #74

Closed oopsmonk closed 4 years ago

oopsmonk commented 4 years ago

This PR implements basic wallet methods for Access, fixed #28

bernardoaraujor commented 4 years ago

@oopsmonk as a replacement for wallet_fetch_policy(), can we have a wallet_fetch_msg() ?

wallet_err_t wallet_fetch_msg(wallet_ctx_t const *const ctx, char const *const hash, char *msg_buf, size_t len);
oopsmonk commented 4 years ago

@oopsmonk as a replacement for wallet_fetch_policy(), can we have a wallet_fetch_msg() ?

wallet_err_t wallet_fetch_msg(wallet_ctx_t const *const ctx, char const *const hash, char *msg_buf, size_t len);

as our previous discussion, it will be implemented later in another PR.