Skip to main content
Version: Next

Resource Interface SwitchboardPublic


_10
resource 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()


_10
func getVaultTypes(): [Type]


fun deposit()


_10
func deposit(from FungibleToken.Vault)


fun safeDeposit()


_10
func safeDeposit(from FungibleToken.Vault): FungibleToken.Vault?