50 新版geth 1.11.5 新特性使用 jsonrpc订阅

func (ec Client) SubscribeFullPendingTransactions(ctx context.Context, ch chan<- types.Transaction) (*rpc.ClientSubscription, error) { return ec.c.EthSubscribe(ctx, ch, "newPendingTransactions", true) }

请先 登录 后评论

3 个回答

Tiny熊 - 布道者
  擅长:智能合约,以太坊
请先 登录 后评论
xwisen
请先 登录 后评论
alexgiantwhale
请先 登录 后评论
  • 3 关注
  • 0 收藏,1080 浏览
  • 提出于 2023-05-02 18:16

相似问题