Struct FTView
_10struct FTView {_10_10 ftDisplay: FTDisplay?_10_10 ftVaultData: FTVaultData?_10}
FTView wraps FTDisplay and FTVaultData, and is used to give a complete picture of a Fungible Token. Most Fungible Token contracts should implement this view.
Initializer​
_10func init(ftDisplay FTDisplay?, ftVaultData FTVaultData?)