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