Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Module 0x7::test_function_values

Struct Funcs

struct Funcs
Fields
f: |u64|u64 has copy + drop

Function transfer_and_create_account

fun transfer_and_create_account(some_f: |u64|u64): u64
Implementation
fun transfer_and_create_account(some_f: |u64|u64): u64 {
    some_f(3)
}