Construction API
Write to the chain
Construction
Derive address from a public key
{
"network_identifier" : {
"blockchain" : "ont",
"network" : "mainnet"
},
"public_key" : {
"hex_bytes" : "<pubkey hex string>",
"curve_type" : "secp256k1",
"metadata" : {
"type" : "hex"
}
}
}Create a metadata request
Fetch transaction creation metadata
Generate an unsigned transaction and signing payloads
Parse a transaction
Create a transaction using signatures
Fetch the hash of a signed transaction
Submit a signed transaction
Last updated