InvokeSendUnsafeTransactionOptions

Interface
Additional parameters available to methods that support unsafely sending native Assets from the smart contract, i.e. they have been annotated with @sendUnsafe.
export interface InvokeSendUnsafeTransactionOptions extends TransactionOptions { 
  readonly sendFrom?: readonly Transfer[]; 
} 

Properties

sendFrom
readonly Transfer[]
Transfers that specify native assets to send from the contract.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE