Resource Interface SwitchboardPublic
_10resource interface SwitchboardPublic {_10}
The interface that enforces the method to allow anyone to check on the available capabilities of a switchboard resource and also exposes the deposit methods to deposit funds on it.
Functions​
fun getVaultTypes()
​
_10func getVaultTypes(): [Type]
fun deposit()
​
_10func deposit(from FungibleToken.Vault)
fun safeDeposit()
​
_10func safeDeposit(from FungibleToken.Vault): FungibleToken.Vault?