1-Inputs.Account_update
val balance_change : t -> Amount.Signed.t
val protocol_state_precondition : t -> Protocol_state_precondition.t
val public_key : t -> Public_key.t
val token_id : t -> Token_id.t
val account_id : t -> Account_id.t
val caller : t -> Token_id.t
val check_authorization :
commitment:transaction_commitment ->
calls:call_forest ->
t ->
[ `Proof_verifies of Bool.t ] * [ `Signature_verifies of Bool.t ]
module Update : sig ... end
module Account_precondition : sig ... end