Skip to content

Instantly share code, notes, and snippets.

@vince0656
Created October 17, 2019 13:18
Show Gist options
  • Select an option

  • Save vince0656/1f5b7d442409489c812d5fa4842f3b20 to your computer and use it in GitHub Desktop.

Select an option

Save vince0656/1f5b7d442409489c812d5fa4842f3b20 to your computer and use it in GitHub Desktop.
created() {
this.$store.dispatch('drizzle/REGISTER_CONTRACT', {
contractName: this.contractName, // i.e. TwistedAuctionMock
method: 'minBid',
methodArgs: [] // No args required for this method
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment