Skip to main content

require_non_transferable

Function require_non_transferable 

Source
pub fn require_non_transferable(mint: &AccountView) -> ProgramResult
Expand description

Require a mint to carry the NonTransferable extension.

Use when a program is designed to only ever mint soulbound tokens.