author
hasKey(publicKey: Bytes
, keyType: Text
): bool
Bytes
, keyType: Text
): bool
interface:
api.rpc.author.hasKey
jsonrpc:
author_hasKey
summary: 주어진 공개 키와 키 유형에 대한 개인 키가 키스토어에 있으면 '참 (true)'을 반환합니다.
hasSessionKeys(sessionKeys: Bytes
): bool
Bytes
): bool
interface:
api.rpc.author.hasSessionKeys
jsonrpc:
author_hasSessionKeys
summary: 주어진 세션 공개 키에 대한 개인 키가 키스토어에 있으면 '참( true)'을 반환합니다.
insertKey(keyType: Text
, suri: Text
, publicKey: Bytes
): Bytes
Text
, suri: Text
, publicKey: Bytes
): Bytes
interface:
api.rpc.author.insertKey
jsonrpc:
author_insertKey
summary: 키스토어에 키를 삽입합니다.
pendingExtrinsics(): Vec<Extrinsic>
Vec<Extrinsic>
interface:
api.rpc.author.pendingExtrinsics
jsonrpc:
author_pendingExtrinsics
summary: 모든 보류 중인 익스트린식 (extrinsic)을 반환하며, 발신자별로 그룹화될 수 있습니다.
removeExtrinsic(bytesOrHash: Vec<ExtrinsicOrHash>
): Vec<Hash>
Vec<ExtrinsicOrHash>
): Vec<Hash>
interface:
api.rpc.author.removeExtrinsic
jsonrpc:
author_removeExtrinsic
summary: 주어진 익스트린식 (extrinsic)을 풀 (pool)에서 제거하고 재가져오기를 방지하기 위해 일시적으로 금지합니다.
rotateKeys(): Bytes
Bytes
interface:
api.rpc.author.rotateKeys
jsonrpc:
author_rotateKeys
summary: 새로운 세션 키를 생성하고 해당 공개 키를 반환합니다.
submitExtrinsic(extrinsic: Extrinsic
): Hash
Extrinsic
): Hash
interface:
api.rpc.author.submitExtrinsic
jsonrpc:
author_submitExtrinsic
summary: 블록 포함을 위해 완전한 형식의 익스트린식 (extrinsic)을 제출합니다.
Last updated