6 #ifndef KAGOME_API_AUTHOR_REQUEST_PENDINGEXTRINSICS 7 #define KAGOME_API_AUTHOR_REQUEST_PENDINGEXTRINSICS 28 return api_->pendingExtrinsics();
32 std::shared_ptr<AuthorApi>
api_;
37 #endif // KAGOME_API_AUTHOR_REQUEST_PENDINGEXTRINSICS
PendingExtrinsics(std::shared_ptr< AuthorApi > api)
Returns all pending extrinsics, potentially grouped by sender.
std::shared_ptr< AuthorApi > api_
outcome::result< Return > execute()