Skip to content

Interface: Vault

Vault interface for managing deployment funding. NOTE: Implementation will be provided by @nosana/kit

Properties

PropertyType
addressstring
created_at?Date
getBalance() => Promise<{ NOS: number; SOL: number; }>
topup(options) => Promise<void>
withdraw() => Promise<void>