@nevermined-io/sdk - v3.1.2 / ServicePlugin
| Name | Type |
|---|---|
T |
extends Service |
▸ accept(params): Promise<boolean>
| Name | Type |
|---|---|
params |
ValidationParams |
Promise<boolean>
▸ createService(publisher, metadata, serviceAttributes, nftAttributes?, pricedData?): T
| Name | Type |
|---|---|
publisher |
NvmAccount |
metadata |
MetaData |
serviceAttributes |
ServiceAttributes |
nftAttributes? |
NFTAttributes |
pricedData? |
PricedMetadataInformation |
T
▸ process(params, from, txparams?): Promise<void | { [key: string]: any; }>
| Name | Type |
|---|---|
params |
ValidationParams |
from |
NvmAccount |
txparams? |
TxParameters |
Promise<void | { [key: string]: any; }>
▸ track(params, from, txparams?): Promise<boolean>
| Name | Type |
|---|---|
params |
ValidationParams |
from |
NvmAccount |
txparams? |
TxParameters |
Promise<boolean>