Security News
npm Updates Search Experience with New Objective Sorting Options
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
@33cn/game-cashier-react
Advanced tools
比特元Dapp 收银台插件react 版。
yarn add @33cn/game-cashier-react
or
npm install @33cn/game-cashier-react -save
import * as React from 'react';
import Cashier from '@33cn/game-cashier-react';
import icontest from './icon-test.png'
interface IState {
visible: boolean
}
export class App extends React.Component<{}, IState> {
constructor(props: {}) {
super(props)
this.state = {
visible: true
}
this.onClose = this.onClose.bind(this)
}
public render() {
return (
<div className="App">
<Cashier
gameName="幸运数字"
gameIcon={icontest}
contractName="user.p.fzmtest.user.wasm.dice2"
contractAddr="15TnAePL2XqTC2QGNyNi3UQWbntpDBtui8"
dialogVisible={this.state.visible}
onClose={this.onClose}
/>
</div>
);
}
public onClose() {
this.setState({visible: false})
}
}
name | type | description |
---|---|---|
gameName | string | 游戏名称如:时时彩 |
gameIcon | string? | 游戏图标 |
contractName | string | 合约名 |
contractAddr | string | 合约地址 |
exercerName | string? | 交易组签名执行器 |
dialogVisible | boolean | 弹框是否可见 |
onClose | () => void | 点击关闭或遮罩后的回调 |
FAQs
比特元Dapp 收银台插件react 版。 ## Installation
The npm package @33cn/game-cashier-react receives a total of 0 weekly downloads. As such, @33cn/game-cashier-react popularity was classified as not popular.
We found that @33cn/game-cashier-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.