Documentation ¶
Index ¶
Constants ¶
View Source
const ( //nolint: lll VaultSCBytecode = "" /* 4146-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func PredeployVaultSC ¶
func PredeployVaultSC(params PredeployParams) (*chain.GenesisAccount, error)
PredeployVaultSC is a helper method for setting up the vault smart contract account, using the passed in owner and signers as pre-defined accounts.
Types ¶
type PredeployParams ¶
PredeployParams contains the values used to predeploy the Vault contract
type StorageIndexes ¶
type StorageIndexes struct {
OwnerIndex []byte // address
}
StorageIndexes is a wrapper for different storage indexes that need to be modified
Click to show internal directories.
Click to hide internal directories.