2026年7月22日周三

标签:Solana getAccountInfo

汇总与「Solana getAccountInfo」相关的文章,帮助你系统了解该主题。

getAccountInfo如何解析账户?
公链与 Layer2 已审核
getAccountInfo如何解析账户?

SolanagetAccountInfo返回账户的lamports、owner、executable、rentEpoch和data。真正困难的是data编码:base64适合程序按账户布局自行解析,jsonParsed只在节点支持对应程序解析器时给结构化字段。