Struct FTVaultData
_18struct FTVaultData {_18_18 storagePath: StoragePath_18_18 receiverPath: PublicPath_18_18 metadataPath: PublicPath_18_18 providerPath: PrivatePath_18_18 receiverLinkedType: Type_18_18 metadataLinkedType: Type_18_18 providerLinkedType: Type_18_18 createEmptyVault: ((): @FungibleToken.Vault)_18}
View to expose the information needed store and interact with a FT vault. This can be used by applications to setup a FT vault with proper storage and public capabilities.
Initializer​
_10func init(storagePath StoragePath, receiverPath PublicPath, metadataPath PublicPath, providerPath PrivatePath, receiverLinkedType Type, metadataLinkedType Type, providerLinkedType Type, createEmptyVaultFunction ((): @FungibleToken.Vault))