0.1.14 • Published 10 months ago

@leofcoin/contracts v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

contracts

Leofcoin Class

The Leofcoin class extends the Token class from the @leofcoin/standards/token.js module. It represents a specific type of token with predefined properties.

Constructor

constructor(state: TokenState)

Creates an instance of the Leofcoin class.

Parameters
  • state (TokenState): The initial state of the token.
Example
import Leofcoin from './native-token'
import { TokenState } from '@leofcoin/standards/token.js'

const initialState: TokenState = {
  // Define the initial state properties here
}

const leofcoin = new Leofcoin(initialState)
0.1.14

10 months ago

0.1.13

10 months ago

0.1.11

12 months ago

0.1.12

11 months ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago