bvs-library 2.4.0

SatLayer Bitcoin Validated Service
1
2
3
4
5
6
7
8
9
10
11
pub mod testing;

/// This module contains the implementation of the `ownership` module.
/// - `transfer_ownership` only allows the current owner to transfer ownership to a new owner.
/// - `assert_owner` checks if the current message sender is the owner.
pub mod ownership;

pub mod addr;
pub mod slashing;
pub mod storage;
pub mod time;