1.
The Kybra Book
2.
Kybra (Beta)
3.
Installation
4.
Hello World
5.
Deployment
6.
Examples
7.
Internet Computer Overview
8.
Canisters Overview
9.
Query Methods
10.
Update Methods
11.
Candid
12.
Stable Structures
13.
Cross-canister
14.
HTTP
15.
Management Canister
16.
Canister Lifecycle
17.
Timers
18.
Cycles
19.
Caveats
20.
Reference
20.1.
Call APIs
20.1.1.
accept message
20.1.2.
arg data raw
20.1.3.
arg data raw size
20.1.4.
call
20.1.5.
call raw
20.1.6.
call raw 128
20.1.7.
call with payment
20.1.8.
call with payment 128
20.1.9.
caller
20.1.10.
method name
20.1.11.
msg cycles accept
20.1.12.
msg cycles accept 128
20.1.13.
msg cycles available
20.1.14.
msg cycles available 128
20.1.15.
msg cycles refunded
20.1.16.
msg cycles refunded 128
20.1.17.
notify
20.1.18.
notify raw
20.1.19.
notify with payment 128
20.1.20.
performance counter
20.1.21.
reject
20.1.22.
reject code
20.1.23.
reject message
20.1.24.
reply
20.1.25.
reply raw
20.2.
Candid
20.2.1.
blob
20.2.2.
bool
20.2.3.
empty
20.2.4.
float32
20.2.5.
float64
20.2.6.
func
20.2.7.
int
20.2.8.
int8
20.2.9.
int16
20.2.10.
int32
20.2.11.
int64
20.2.12.
nat
20.2.13.
nat8
20.2.14.
nat16
20.2.15.
nat32
20.2.16.
nat64
20.2.17.
null
20.2.18.
opt
20.2.19.
principal
20.2.20.
record
20.2.21.
reserved
20.2.22.
service
20.2.23.
text
20.2.24.
variant
20.2.25.
vec
20.3.
Canister APIs
20.3.1.
candid decode
20.3.2.
candid encode
20.3.3.
canister balance
20.3.4.
canister balance 128
20.3.5.
canister id
20.3.6.
data certificate
20.3.7.
print
20.3.8.
set certified data
20.3.9.
time
20.3.10.
trap
20.4.
Canister Methods
20.4.1.
heartbeat
20.4.2.
http_request
20.4.3.
http_request_update
20.4.4.
init
20.4.5.
inspect message
20.4.6.
post upgrade
20.4.7.
pre upgrade
20.4.8.
query
20.4.9.
update
20.5.
Guard Functions
20.6.
Management Canister
20.6.1.
bitcoin_get_balance
20.6.2.
bitcoin_get_current_fee_percentiles
20.6.3.
bitcoin_get_utxos
20.6.4.
bitcoin_send_transaction
20.6.5.
canister_status
20.6.6.
create_canister
20.6.7.
delete_canister
20.6.8.
deposit_cycles
20.6.9.
ecdsa_public_key
20.6.10.
http_request
20.6.11.
install_code
20.6.12.
provisional_create_canister_with_cycles
20.6.13.
provisional_top_up_canister
20.6.14.
raw_rand
20.6.15.
sign_with_ecdsa
20.6.16.
start_canister
20.6.17.
stop_canister
20.6.18.
uninstall_code
20.6.19.
update_settings
20.7.
Stable Memory
20.7.1.
stable structures
20.7.2.
stable bytes
20.7.3.
stable grow
20.7.4.
stable read
20.7.5.
stable size
20.7.6.
stable write
20.7.7.
stable64 grow
20.7.8.
stable64 read
20.7.9.
stable64 size
20.7.10.
stable64 write
20.8.
Timers
20.8.1.
clear timer
20.8.2.
set timer
20.8.3.
set timer interval
Light
Rust
Coal
Navy
Ayu
The Kybra Book
Canister APIs
candid decode
candid encode
canister balance
canister balance 128
canister id
data certificate
print
set certified data
time
trap