Polkadot Apps
Preparing search index...
@polkadot-apps/statement-store
ConnectionCredentials
Type Alias ConnectionCredentials
ConnectionCredentials
:
|
{
accountId
:
[
string
,
number
]
;
mode
:
"host"
}
|
{
mode
:
"local"
;
signer
:
StatementSignerWithKey
}
Credentials for connecting to the statement store.
Host mode
: Inside a container, proof creation is delegated to the host API. The
accountId
is a
[ss58Address, chainPrefix]
tuple from product-sdk.
Local mode
: Outside a container, statements are signed locally using the provided Sr25519 signer.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Polkadot Apps
Loading...
Credentials for connecting to the statement store.
accountIdis a[ss58Address, chainPrefix]tuple from product-sdk.