·multiversx-payment-handling
!

multiversx-payment-handling

MultiversX 스마트 계약으로 결제를 처리하세요. self.call_value(), 결제 유형 또는 지급 가능 엔드포인트를 통해 EGLD/ESDT 결제를 수신, 검증 또는 라우팅할 때 사용합니다. 단일, 다중, 선택 및 혼합 결제 패턴을 다룹니다.

6설치·0트렌드·@multiversx

설치

$npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-payment-handling

multiversx-payment-handling 설치 방법

명령줄에서 multiversx-payment-handling AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-payment-handling
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: multiversx/mx-ai-skills.

Complete reference for receiving and validating payments in MultiversX smart contracts (SDK v0.64+).

| .egld() | ManagedRef | Accepts EGLD only, panics if ESDT sent. Handles both direct and multi-transfer EGLD. | | .eglddecimal() | ManagedDecimal | EGLD as 18-decimal ManagedDecimal | | .eglddirectnonstrict() | ManagedRef | Raw EGLD from VM. Returns 0 even if ESDT was sent. Low-level, rarely needed. |

| .single() | Ref | Exactly 1 transfer (EGLD or ESDT). Panics if 0 or 2+. Preferred for v0.64+. | | .singleoptional() | Option > | 0 or 1 transfer. Panics if 2+. | | .singleesdt() | Ref | Exactly 1 ESDT. Panics if EGLD or count != 1. | | .singlefungibleesdt() | (ManagedRef , ManagedRef ) | Exactly 1 fungible ESDT (nonce == 0). |

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-payment-handling
카테고리
!보안
인증됨
최초 등록
2026-02-22
업데이트
2026-03-10

Browse more skills from multiversx/mx-ai-skills

빠른 답변

multiversx-payment-handling이란?

MultiversX 스마트 계약으로 결제를 처리하세요. self.call_value(), 결제 유형 또는 지급 가능 엔드포인트를 통해 EGLD/ESDT 결제를 수신, 검증 또는 라우팅할 때 사용합니다. 단일, 다중, 선택 및 혼합 결제 패턴을 다룹니다. 출처: multiversx/mx-ai-skills.

multiversx-payment-handling 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-payment-handling 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/multiversx/mx-ai-skills