# Verify Bank

Grammar — Bank bank is verified
FlagsNative | Function

Returns true if the signature option is enabled and the signature matches the data in the bank. The signature is only computed when a bank is loaded at startup.

# Arguments

  • bank — Bank

Returns — bool

native bool BankVerify(bank b);

Category: Bank / Utility

# Examples

— None found —