0.3.2 • Published 1 year ago
@onflow/six-stakingcollection-register-node v0.3.2
@onflow/six-stakingcollection-register-node
Stored Interaction for registering a node held in a StakingCollection
Status
- Last Updated: June 21 2021
- Stable: No
- Risk of Breaking Change: Very High
Known Upcoming Changes:
- Potential changes to all aspects of Stored Interactions
Install
npm install @onflow/six-stakingcollection-register-node
Configuration
To use this Stored Interaction, you must configure FCL with certain account addresses which contain contracts imported by this Stored Interaction.
| Dependencies | Mainnet | Testnet |
|---|---|---|
| 0xSTAKINGCOLLECTIONADDRESS | 0x8d0e87b65159ae63 | 0x95e019a17d0e23d7 |
Example (for mainnet):
fcl.config()
.put("0xSTAKINGCOLLECTIONADDRESS", "0x8d0e87b65159ae63")Example (for testnet):
fcl.config()
.put("0xSTAKINGCOLLECTIONADDRESS", "0x95e019a17d0e23d7")Usage:
import * as fcl from "@onflow/fcl"
import { template as registerNode } from "@onflow/six-stakingcollection-register-node"
fcl.config().put("accessNode", "http://localhost:8080");
const response = await fcl.send([
registerNode({
proposer: fcl.currentUser().authorization,
authorization: fcl.currentUser().authorization,
payer: fcl.currentUser().authorization,
nodeID: "1",
nodeRole: 1,
networkingAddress: "abc123",
networkingKey: "abc123",
stakingKey: "abc123",
amount: "123.456",
publicKeys: ["abc123"]
})
])Hashing
Hashing Code:
console.log(crypto.createHash('sha256').update(CODE, 'utf8').digest('hex'))0.3.2
1 year ago
0.3.1
1 year ago
0.1.4
1 year ago
0.1.5
1 year ago
0.3.0
2 years ago
0.1.2
2 years ago
0.2.0
2 years ago
0.1.3
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
0.0.11
3 years ago
0.0.12
3 years ago
0.0.13
3 years ago
0.0.11-alpha.0
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
4 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago