Function tari_wallet_ffi::get_emoji_set[][src]

#[no_mangle]pub unsafe extern "C" fn get_emoji_set() -> *mut EmojiSet

Gets the current emoji set

Arguments

() - Does not take any arguments

Returns

*mut EmojiSet - Pointer to the created EmojiSet.

Safety

The emoji_set_destroy function must be called when finished with a ByteVector to prevent a memory leak