Skip to main content

issue_token

Function issue_token 

Source
pub async fn issue_token(
    payment_hash: &str,
    expires_at: &str,
    secret: &[u8],
) -> Result<String, Error>