首页
安装与概念
前置准备
solana库
客户端 Client
是否连接 is_connected
获取余额 get_balance
获取账户信息 get_account_info
获取区块提交高度 get_block_commitment
获取区块时间 get_block_time
获取区块 get_block
获取最近性能样本 get_recent_performance_samples
获取区块高度 get_block_height
获取区块 get_blocks
获取纪元信息 get_epoch_info
获取纪元计划 get_epoch_schedule
获取创世哈希 get_genesis_hash
获取节点公钥 get_identity
获取租金豁免的最低余额 get_minimum_balance_for_rent_exemption
获取多个账户 get_multiple_accounts
获取程序账户 get_program_accounts
获取最新区块哈希 get_latest_blockhash
获取slot打包交易节点 get_slot_leader
获取stake激活信息 get_stake_activation
获取投票账户 get_vote_accounts
solders库
Pubkey
从字符串创建 Pubkey 对象 from_string
从字节串创建 Pubkey 对象 from_bytes
判断公钥是否在椭圆曲线上 is_on_curve
根据程序的地址和种子生成派生地址 find_program_address
根据种子和程序地址生成公钥 create_with_seed
Keypair
从密钥对获取公钥
从字节串生成密钥对 from_bytes
从种子生成密钥对 from_seed
通过种子和派生路径生成密钥对 from_seed_and_derivation_path
通过助记词和密码生成密钥对 from_seed_phrase_and_passphrase
获取私钥 secret
对消息进行签名 sign_message
将密钥对转换为字节串 to_bytes_array
用例
Published with GitBook
Keypair
Keypair 类
方法
说明
pubkey
获取公钥
from_bytes
从字节串生成密钥对
from_seed
从种子生成密钥对
from_seed_and_derivation_path
通过种子和派生路径生成密钥对
from_seed_phrase_and_passphrase
通过助记词和密码生成密钥对
secret
获取私钥
sige_message
对消息进行签名
to_bytes_array
将密钥对转换为字节串
results matching "
"
No results matching "
"