Function forest_filecoin::key_management::wallet_helpers::new_address

source ยท
pub fn new_address(
    sig_type: SignatureType,
    public_key: &[u8],
) -> Result<Address, Error>
Expand description

Return a new Address that is of a given SignatureType and uses the supplied public key