author
hasKey(publicKey: Bytes, keyType: Text): bool
Bytes, keyType: Text): boolinterface:
api.rpc.author.hasKeyjsonrpc:
author_hasKeysummary: Returns true if the keystore has private keys for the given public key and key type.
hasSessionKeys(sessionKeys: Bytes): bool
Bytes): boolinterface:
api.rpc.author.hasSessionKeysjsonrpc:
author_hasSessionKeyssummary: Returns true if the keystore has private keys for the given session public keys.
insertKey(keyType: Text, suri: Text, publicKey: Bytes): Bytes
Text, suri: Text, publicKey: Bytes): Bytesinterface:
api.rpc.author.insertKeyjsonrpc:
author_insertKeysummary: Inserts a key into the keystore.
pendingExtrinsics(): Vec<Extrinsic>
Vec<Extrinsic>interface:
api.rpc.author.pendingExtrinsicsjsonrpc:
author_pendingExtrinsicssummary: Returns all pending extrinsics, potentially grouped by sender
removeExtrinsic(bytesOrHash: Vec<ExtrinsicOrHash>): Vec<Hash>
Vec<ExtrinsicOrHash>): Vec<Hash>interface:
api.rpc.author.removeExtrinsicjsonrpc:
author_removeExtrinsicsummary: Removes given extrinsic from the pool and temporarily ban it to prevent reimporting
rotateKeys(): Bytes
Bytesinterface:
api.rpc.author.rotateKeysjsonrpc:
author_rotateKeyssummary: Generates new session keys and returns the corresponding public keys
submitExtrinsic(extrinsic: Extrinsic): Hash
Extrinsic): Hashinterface:
api.rpc.author.submitExtrinsicjsonrpc:
author_submitExtrinsicsummary: Submits a fully formatted extrinsic for block inclusion
Last updated