The public key of the preferred account.
It is the same publicKey as the accountInteraction.publicKey, but it must be explicitly provided
OptionalwithoutSignature?: falseWhether to prepare this message without signature. Default: false
OptionalstateInit?: stringOptional base64 encoded TVC
Optionallocal?: booleanWhether to run this message locally. Default: false
OptionalexecutorParams?: { disableSignatureCheck?: boolean; overrideBalance?: string | number }Optional executor parameters used during local contract execution
OptionaldisableSignatureCheck?: booleanIf true, signature verification always succeds
OptionaloverrideBalance?: string | numberExplicit account balance in nano EVER
Whether to prepare this message without signature. Default: false