- web3.js
- web3.version - 版本信息
- web3.modules - 子模块集合对象
- web3.setProvider - 设置服务提供器
- web3.providers - 服务提供器集合对象
- web3.givenProvider - 原生服务提供器
- web3.currentProvider - 当前服务提供器
- web3.BatchRequest - 批量请求
- web3.extend - 模块继承
- web3.eth.defaultAccount - 默认账户
- web3.eth.defaultBlock - 默认块
- web3.eth.getProtocolVersion - 返回协议版本信息
- web3.eth.isSyncing - 检查节点是否同步
- web3.eth.getCoinbase - 返回挖矿收益账户
- web3.eth.isMining - 检查节点是否在挖矿
- web3.eth.getHashrate - 返回节点旳哈希计算速度
- web3.eth.getGasPrice - 返回当前gas价格
- web3.eth.getAccounts - 返回账户列表
- web3.eth.getBlockNumber - 返回当前块编号
- web3.eth.getBalance - 返回指定账户余额
- web3.eth.getStorageAt - 返回指定地址存储内容
- web3.eth.getCode - 返回指定地址的代码
- web3.eth.getBlock - 返回指定块
- web3.eth.getBlockTransactionCount - 返回指定块中的交易数量
- web3.eth.getUncle - 返回指定叔伯块
- web3.eth.getTransaction - 返回指定交易对象
- web3.eth.getTransactionFromBlock - 返回块中指定交易对象
- web3.eth.getTransactionReceipt - 返回指定交易的收据
- web3.eth.getTransactionCount - 返回指定地址发生的交易数量
- web3.eth.sendTransaction - 发送交易
- web3.eth.sendSignedTransaction - 发送已签名交易
- web3.eth.sign - 为数据生成签名
- web3.eth.signTransaction - 为交易生成签名
- web3.eth.call - 执行消息调用
- web3.eth.estimateGas - 估算gas用量
- web3.eth.getPastLogs - 返回历史日志
- web3.eth.getCompilers - 返回可用编译器清单
- web3.eth.getWork - 返回当前挖矿工作情况
- web3.eth.subscribe - 订阅链上事件
- web3.eth.Contract - 合约构造函数
- web3.eth.accounts - 账户管理与交易签名
- web3.eth.accounts.create - 创建账户
- web3.eth.accounts.privateKeyToAccount - 使用指定私钥创建账户
- web3.eth.accounts.recoverTransaction - 提取交易的签名账户
- web3.eth.accounts.hashMessage - 计算消息的哈希
- web3.eth.accounts.sign - 为数据生成签名
- web3.eth.accounts.recover - 提取数据的签名账户
- web3.eth.accounts.encrypt - 加密指定私钥
- web3.eth.accounts.decrypt - 解密keystore对象
- web3.eth.accounts.wallet - 钱包对象
- web3.eth.accounts.wallet.create - 在钱包中创建账户
- web3.eth.accounts.wallet.add - 向钱包添加已有账户
- web3.eth.accounts.wallet.remove - 从钱包中移除指定账户
- web3.eth.accounts.wallet.clear - 清空钱包
- web3.eth.accounts.wallet.encrypt - 加密钱包
- web3.eth.accounts.wallet.decrypt - 解密钱包
- web3.eth.accounts.wallet.save - 保存钱包
- web3.eth.accounts.wallet.load - 载入钱包
- web3.eth.personal - 账户交互
- web3.eth.abi - ABI管理
- web3.utils - 辅助工具函数集
- web3.utils.randomHex - 生成伪随机16进制字符串
- web3.utils._ - underscore接口
- web3.utils.BN - BN.js接口
- web3.utils.isBN - 检查给定参数是否BN对象
- web3.utils.isBigNumber - 检查给定参数是否为BigNumber对象
- web3.utils.sha3 - 计算sha3哈希值
- web3.utils.soliditySha3 - solidity方式计算sha3哈希
- web3.utils.isHex - 检查给定参数是否为16进制
- web3.utils.isHexStrict - 严格模式16进制检查
- web3.utils.isAddress - 检查给定参数是否为有效地址
- web3.utils.toChecksumAddress - 转换为校验和地址
- web3.utils.checkAddressChecksum - 校验地址
- web3.utils.toHex - 转换为16进制字符串
- web3.utils.hexToNumberString - 转换为10进制数值字符串
- web3.utils.hexToNumber - 转换为数值
- web3.utils.numberToHex - 数值转换为16进制表示
- web3.utils.hexToUtf8 - 16进制字符串转换为utf-8
- web3.utils.hexToAscii - 16进制字符串转换为ascii
- web3.utils.utf8ToHex - utf-8字符串转换为16进制
- web3.utils.asciiToHex - ascii字符串转换为16进制
- web3.utils.hexToBytes - 16进制字符串转换为字节数组
- web3.utils.toWei - 转换到wei
- web3.utils.fromWei - 从wei转换到其他以太单位
- web3.utils.unitMap - 以太单位换算表
- web3.utils.padLeft - 左侧零补齐
- web3.utils.padRight - 右侧零补齐
- web3.*.net - 网络交互
- web3.eth.Iban - 创建Iban对象
- web3.eth.Iban.toAddress - 将iban对象转换为以太坊地址
- web3.eth.Iban.toIban - 将以太坊地址转换为Iban对象
- web3.eth.Iban.toAddress - 将iban对象转换为以太坊地址
- web3.eth.Iban.fromEthereumAddress - 将以太坊地址转换为Iban对象
- web3.eth.Iban.fromBban - 使用Bban地址创建Iban对象
- web3.eth.Iban.createIndirect - 创建间接Iban对象
- web3.eth.Iban.isValid - 检查给定Iban地址是否有效
- web3.eth.Iban.isDirect - 检查是否采用直接编码方案
- web3.eth.Iban.isIndirect - 检查是否采用间接编码方案
- web3.eth.Iban.institution - 返回Iban的机构名称
- web3.eth.Iban.client - 返回Iban的客户账号
- web3.eth.Iban.toAddress - 实例方法
- web3.eth.Iban.toString - 返回Iban地址字符串
- web3.shh - whisper协议交互
- web3.shh.getVersion - 返回whisper协议版本
- web3.shh.getInfo - 返回whisper节点信息
- web3.shh.setMaxMessageSize - 设置whisper消息大小上限
- web3.shh.setMinPoW - 设置节点最小PoW
- web3.shh.markTrustedPeer - 标记可信节点
- web3.shh.newKeyPair - 创建密钥对
- web3.shh.addPrivateKey - 使用私钥创建密钥对
- web3.shh.deleteKeyPair - 删除指定密钥对
- web3.shh.hasKeyPair - 检查节点是否有指定密钥对
- web3.shh.getPublicKey - 返回公钥
- web3.shh.getPrivateKey - 返回私钥
- web3.shh.newSymKey - 创建对称密钥
- web3.shh.addSymKey - 添加对称密钥
- web3.shh.generateSymKeyFromPassword - 使用指定密码生成对称密钥
- web3.shh.hasSymKey - 检查是否有指定对称密钥
- web3.shh.getSymKey - 返回对称密钥
- web3.shh.post - 发送whisper消息
- web3.shh.subscribe - 订阅whisper消息
- web3.shh.clearSubscriptions - 清理订阅
- web3.shh.newMessageFilter - 创建消息过滤器
- web3.shh.deleteMessageFilter - 删除消息过滤器
- web3.shh.getFilterMessages - 读取新消息
- web3.bzz - Swarm交互
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
send - 发送合约方法交易
向合约发送交易来执行指定方法,将改变合约的状态。
调用:
myContract.methods.myMethod([param1[, param2[, ...]]]).send(options[, callback])
参数:
- options - Object: 选项,包含如下字段:
- from - String: 交易发送方地址
- gasPrice - String : 可选,用于本次交易的gas价格,单位:wei
- gas - Number : 可选,本次交易的gas用量上限,即gas limit
- value - Number|String|BN|BigNumber: 可选,交易转账金额,单位:wei
- callback - Function: 可选的回调参数,其参数为交易哈希值和错误对象
返回值:
回调函数中将返回32字节长的交易哈希值。
PromiEvent: 一个Promise对象,当交易收据有效时或者发送交易时解析为新的合约实例。 它同时也是一个事件发生器,声明有以下事件:
- "transactionHash" 返回 String: 交易发送后得到有效交易哈希值时触发
- "receipt" 返回 Object: 交易收据有效时触发。
- "confirmation" 返回 Number, Object: 收到确认时触发
- "error" 返回 Error: 交易发送过程中如果出现错误则触发此事件。对于out of gas错误,其第二个参数为交易收据
示例代码:
// using the callback
myContract.methods.myMethod(123).send({from: '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe'}, function(error, transactionHash){
...
});
// using the promise
myContract.methods.myMethod(123).send({from: '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe'})
.then(function(receipt){
// receipt can also be a new contract instance, when coming from a "contract.deploy({...}).send()"
});
// using the event emitter
myContract.methods.myMethod(123).send({from: '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe'})
.on('transactionHash', function(hash){
...
})
.on('confirmation', function(confirmationNumber, receipt){
...
})
.on('receipt', function(receipt){
// receipt example
console.log(receipt);
> {
"transactionHash": "0x9fc76417374aa880d4449a1f7f31ec597f00b1f6f3dd2d66f4c9c6c445836d8b",
"transactionIndex": 0,
"blockHash": "0xef95f2f1ed3ca60b048b4bf67cde2195961e0bba6f70bcbea9a2c4e133e34b46",
"blockNumber": 3,
"contractAddress": "0x11f4d0A3c12e86B4b5F39B213F7E19D048276DAe",
"cumulativeGasUsed": 314159,
"gasUsed": 30234,
"events": {
"MyEvent": {
returnValues: {
myIndexedParam: 20,
myOtherIndexedParam: '0x123456789...',
myNonIndexParam: 'My String'
},
raw: {
data: '0x7f9fade1c0d57a7af66ab4ead79fade1c0d57a7af66ab4ead7c2c2eb7b11a91385',
topics: ['0xfd43ade1c09fade1c0d57a7af66ab4ead7c2c2eb7b11a91ffdd57a7af66ab4ead7', '0x7f9fade1c0d57a7af66ab4ead79fade1c0d57a7af66ab4ead7c2c2eb7b11a91385']
},
event: 'MyEvent',
signature: '0xfd43ade1c09fade1c0d57a7af66ab4ead7c2c2eb7b11a91ffdd57a7af66ab4ead7',
logIndex: 0,
transactionIndex: 0,
transactionHash: '0x7f9fade1c0d57a7af66ab4ead79fade1c0d57a7af66ab4ead7c2c2eb7b11a91385',
blockHash: '0xfd43ade1c09fade1c0d57a7af66ab4ead7c2c2eb7b11a91ffdd57a7af66ab4ead7',
blockNumber: 1234,
address: '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe'
},
"MyOtherEvent": {
...
},
"MyMultipleEvent":[{...}, {...}] // If there are multiple of the same event, they will be in an array
}
}
})
.on('error', console.error); // If there's an out of gas error the second parameter is the receipt.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论