C# Class TCGGameService.LBD.Msg.LBDMsg_UserId_NonFungible_Transfer

Inheritance: TCGGameService.LBD.Msg.LBDBaseMsg
Show file Open project: line/blockchain-sample-mage-duel

Public Properties

Property Type Description
fromUserId string
toAddr string
toUserId string
tokenIndex string
tokenType string

Public Methods

Method Description
LBDMsg_UserId_NonFungible_Transfer ( )

Method Details

LBDMsg_UserId_NonFungible_Transfer() public method

Property Details

fromUserId public property

public string fromUserId
return string

toAddr public property

public string toAddr
return string

toUserId public property

public string toUserId
return string

tokenIndex public property

public string tokenIndex
return string

tokenType public property

public string tokenType
return string