C# 클래스 TCGGameService.LBD.Msg.LBDMsg_UserId_Fungible_Transfer

상속: TCGGameService.LBD.Msg.LBDBaseMsg
파일 보기 프로젝트 열기: line/blockchain-sample-mage-duel

공개 프로퍼티들

프로퍼티 타입 설명
amount Int32
fromUserId string
toAddr string
toUserId string
tokenType string

공개 메소드들

메소드 설명
LBDMsg_UserId_Fungible_Transfer ( ) : System

메소드 상세

LBDMsg_UserId_Fungible_Transfer() 공개 메소드

public LBDMsg_UserId_Fungible_Transfer ( ) : System
리턴 System

프로퍼티 상세

amount 공개적으로 프로퍼티

public Int32 amount
리턴 Int32

fromUserId 공개적으로 프로퍼티

public string fromUserId
리턴 string

toAddr 공개적으로 프로퍼티

public string toAddr
리턴 string

toUserId 공개적으로 프로퍼티

public string toUserId
리턴 string

tokenType 공개적으로 프로퍼티

public string tokenType
리턴 string