Skip to main content

Struct FTView


_10
struct 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


_10
func init(ftDisplay FTDisplay?, ftVaultData FTVaultData?)