Search
Preparing search index...
The search index is not available
APWine SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@apwine/sdk
protocol
MockRateToken__factory
Class MockRateToken__factory
Hierarchy
ContractFactory
MockRateToken__factory
Index
Constructors
constructor
Properties
bytecode
interface
signer
Methods
attach
connect
deploy
get
Deploy
Transaction
connect
from
Solidity
get
Contract
get
Contract
Address
get
Interface
Constructors
constructor
new
Mock
Rate
Token__factory
(
signer
?:
Signer
)
:
MockRateToken__factory
Parameters
Optional
signer:
Signer
Returns
MockRateToken__factory
Properties
Readonly
bytecode
bytecode
:
string
Readonly
interface
interface
:
Interface
Readonly
signer
signer
:
Signer
Methods
attach
attach
(
address
:
string
)
:
MockRateToken
Parameters
address:
string
Returns
MockRateToken
connect
connect
(
signer
:
Signer
)
:
MockRateToken__factory
Parameters
signer:
Signer
Returns
MockRateToken__factory
deploy
deploy
(
name
:
string
, symbol
:
string
, _decimals
:
BigNumberish
, overrides
?:
Overrides
&
{
from
?:
string
|
Promise
<
string
>
}
)
:
Promise
<
MockRateToken
>
Parameters
name:
string
symbol:
string
_decimals:
BigNumberish
Optional
overrides:
Overrides
&
{
from
?:
string
|
Promise
<
string
>
}
Returns
Promise
<
MockRateToken
>
get
Deploy
Transaction
get
Deploy
Transaction
(
name
:
string
, symbol
:
string
, _decimals
:
BigNumberish
, overrides
?:
Overrides
&
{
from
?:
string
|
Promise
<
string
>
}
)
:
TransactionRequest
Parameters
name:
string
symbol:
string
_decimals:
BigNumberish
Optional
overrides:
Overrides
&
{
from
?:
string
|
Promise
<
string
>
}
Returns
TransactionRequest
Static
connect
connect
(
address
:
string
, signerOrProvider
:
Signer
|
Provider
)
:
MockRateToken
Parameters
address:
string
signerOrProvider:
Signer
|
Provider
Returns
MockRateToken
Static
from
Solidity
from
Solidity
(
compilerOutput
:
any
, signer
?:
Signer
)
:
ContractFactory
Parameters
compilerOutput:
any
Optional
signer:
Signer
Returns
ContractFactory
Static
get
Contract
get
Contract
(
address
:
string
, contractInterface
:
ContractInterface
, signer
?:
Signer
)
:
Contract
Parameters
address:
string
contractInterface:
ContractInterface
Optional
signer:
Signer
Returns
Contract
Static
get
Contract
Address
get
Contract
Address
(
tx
:
{
from
:
string
;
nonce
:
number
|
BigNumber
|
BytesLike
}
)
:
string
Parameters
tx:
{
from
:
string
;
nonce
:
number
|
BigNumber
|
BytesLike
}
from
:
string
nonce
:
number
|
BigNumber
|
BytesLike
Returns
string
Static
get
Interface
get
Interface
(
contractInterface
:
ContractInterface
)
:
Interface
Parameters
contractInterface:
ContractInterface
Returns
Interface
Modules
amm
constants
index
protocol
types
utils
Mock
Rate
Token__factory
constructor
bytecode
interface
signer
attach
connect
deploy
get
Deploy
Transaction
connect
from
Solidity
get
Contract
get
Contract
Address
get
Interface
Generated using
TypeDoc
, the 11/12/2022