Provider

Interface
export interface Provider extends ProviderBase { 
  readonly relayTransaction: ( 
    network: NetworkType, 
    transaction: TransactionBaseModel, 
    networkFee?: BigNumber | undefined, 
  ) => Promise<RelayTransactionResult>; 
  readonly relayStrippedTransaction: ( 
    network: NetworkType, 
    verifcationTransaction: InvocationTransactionModel, 
    relayTransaction: InvocationTransactionModel, 
    networkFee?: BigNumber | undefined, 
  ) => Promise<RelayTransactionResult>; 
} 

Methods

relayTransaction

(network: NetworkType, transaction: TransactionBaseModel, networkFee?: BigNumber | undefined) => Promise<RelayTransactionResult> 

relayStrippedTransaction

(network: NetworkType, verifcationTransaction: InvocationTransactionModel, relayTransaction: InvocationTransactionModel, networkFee?: BigNumber | undefined) => Promise<RelayTransactionResult> 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE