바이프로스트 네트워크
  • 소개
  • 바이프로스트 네트워크 구조
    • 합의
    • 크로스체인 커뮤니케이션 프로토콜 (CCCP)
    • 오라클 서비스
  • 노드 운영 매뉴얼
    • 기본 노드 요구 사항
    • 풀 노드 요구 사항
    • 검증자 계정 관리
    • 운영자 가이드
      • 엔드포인트 (Endpoint) 노드 셋업
        • 도커 셋업
        • Systemd 셋업
      • 검증자 노드 셋업
        • 도커 셋업
        • Systemd 셋업
      • 릴레이어 셋업
        • bifrost-relayer.rs
      • 체인 데이터 스냅샷
      • 문제 해결
        • 테스트넷 체인 동기화 이슈
    • 시스템 모니터링
      • Prometheus and Grafana
      • Sentry
  • 노미네이터
  • 개발자 문서
    • 이더리움 API
      • 프리컴파일 컨트랙트
      • 개발자 라이브러리
      • 개발자 환경
    • 바이프로스트 프리컴파일 컨트랙트
      • 스테이킹
      • 거버넌스
      • 릴레이 매니저
    • 팔렛 인터페이스
      • BfcStaking
      • BfcUtility
      • BfcOffences
      • RelayManager
    • 클라이언트 API
      • JSON-RPC API
        • author
        • chain
        • childstate
        • debug
        • eth
        • grandpa
        • net
        • offchain
        • payment
        • rpc
        • state
        • system
        • trace
        • txpool
        • web3
      • 익스플로러 API
      • 런타임 API
    • 크로스체인 트랜잭션 및 오라클 API
      • 가격 오라클 컨트랙트 API
      • 소켓 컨트랙트 API
    • 바이프로스트 테스트넷 BFC 토큰 수령 방법
  • 거버넌스
  • 보안
  • 토큰 & 자산
    • 유니파이드 토큰
    • 인플레이션 모델
  • Add Network
    • 포키
    • 메타마스크
  • Bridge
    • 브릿지 가이드
      • 바이프로스트 네트워크로 예치
      • 다른 네트워크로 출금
    • 용어
  • Staking
    • 스테이킹 가이드
      • BFC 스테이킹
      • BFC 언스테이크
    • 용어
      • 모든 밸리데이터
      • 스테이킹 현황
  • Language
    • Bifrost Network Guide
Powered by GitBook
On this page
  • accountNextIndex(accountId: AccountId): Index
  • addLogFilter(directives: Text): Null
  • addReservedPeer(peer: Text): Text
  • chain(): Text
  • chainType(): ChainType
  • dryRun(extrinsic: Bytes, at?: BlockHash): ApplyExtrinsicResult
  • health(): Health
  • localListenAddresses(): Vec<Text>
  • localPeerId(): Text
  • name(): Text
  • nodeRoles(): Vec<NodeRole>
  • peers(): Vec<PeerInfo>
  • properties(): ChainProperties
  • removeReservedPeer(peerId: Text): Text
  • reservedPeers(): Vec<Text>
  • resetLogFilter(): Null
  • syncState(): SyncState
  • version(): Text
  1. 개발자 문서
  2. 클라이언트 API
  3. JSON-RPC API

system

accountNextIndex(accountId: AccountId): Index

  • interface: api.rpc.system.accountNextIndex

  • jsonrpc: system_accountNextIndex

  • summary: 노드에서 사용 가능한 다음 계정 인덱스를 검색합니다.

addLogFilter(directives: Text): Null

  • interface: api.rpc.system.addLogFilter

  • jsonrpc: system_addLogFilter

  • summary: 제공된 지시문을 현재 로그 필터에 추가합니다.

addReservedPeer(peer: Text): Text

  • interface: api.rpc.system.addReservedPeer

  • jsonrpc: system_addReservedPeer

  • summary: 예약된 피어 (peer)를 추가합니다.

chain(): Text

  • interface: api.rpc.system.chain

  • jsonrpc: system_chain

  • summary: 체인을 검색합니다.

chainType(): ChainType

  • interface: api.rpc.system.chainType

  • jsonrpc: system_chainType

  • summary: 체인 타입을 검색합니다.

dryRun(extrinsic: Bytes, at?: BlockHash): ApplyExtrinsicResult

  • interface: api.rpc.system.dryRun

  • jsonrpc: system_dryRun (alias=system_dryRunAt)

  • summary: 주어진 블록에서 익스트린식 (extrinsic)을 드라이 런 (dry run)합니다.

health(): Health

  • interface: api.rpc.system.health

  • jsonrpc: system_health

  • summary: 노드의 상태를 반환합니다.

localListenAddresses(): Vec<Text>

  • interface: api.rpc.system.localListenAddresses

  • jsonrpc: system_localListenAddresses

  • summary: 주소에는 로컬 PeerId와 함께 /p2p/가 뒤에 붙으며, 따라서 addReservedPeer에 전달하거나 부트노드 (bootnode) 주소 등으로 사용하기에 적합합니다.

localPeerId(): Text

  • interface: api.rpc.system.localPeerId

  • jsonrpc: system_localPeerId

  • summary: 노드의 base58 인코딩된 PeerId를 반환합니다.

name(): Text

  • interface: api.rpc.system.name

  • jsonrpc: system_name

  • summary: 노드 이름을 검색합니다.

nodeRoles(): Vec<NodeRole>

  • interface: api.rpc.system.nodeRoles

  • jsonrpc: system_nodeRoles

  • summary: 노드가 실행 중인 역할을 반환합니다.

peers(): Vec<PeerInfo>

  • interface: api.rpc.system.peers

  • jsonrpc: system_peers

  • summary: 현재 연결된 피어 (peer)를 반환합니다.

properties(): ChainProperties

  • interface: api.rpc.system.properties

  • jsonrpc: system_properties

  • summary: 체인 사양에 정의된, 사용자 지정 속성 집합을 JSON 객체로 가져옵니다.

removeReservedPeer(peerId: Text): Text

  • interface: api.rpc.system.removeReservedPeer

  • jsonrpc: system_removeReservedPeer

  • summary: 예약된 피어 (peer)를 제거합니다.

reservedPeers(): Vec<Text>

  • interface: api.rpc.system.reservedPeers

  • jsonrpc: system_reservedPeers

  • summary: 예약된 피어 (peer) 목록을 반환합니다.

resetLogFilter(): Null

  • interface: api.rpc.system.resetLogFilter

  • jsonrpc: system_resetLogFilter

  • summary: 로그 필터를 Substrate 기본값으로 재설정합니다.

syncState(): SyncState

  • interface: api.rpc.system.syncState

  • jsonrpc: system_syncState

  • summary: 노드의 동기화 상태를 반환합니다.

version(): Text

  • interface: api.rpc.system.version

  • jsonrpc: system_version

  • summary: 노드의 버전을 검색합니다.

PreviousstateNexttrace

Last updated 8 days ago