@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/solana-services
index
DeploySolanaProgramResult
Type Alias DeploySolanaProgramResult
Terminal result. A failed deploy fails the workflow; this is the happy path.
type
DeploySolanaProgramResult
=
{
deployedHash
:
string
;
reclaimedLamports
:
string
;
upgradeSignature
:
string
;
}
Index
Properties
deployed
Hash
reclaimed
Lamports
upgrade
Signature
Properties
deployed
Hash
deployedHash
:
string
reclaimed
Lamports
reclaimedLamports
:
string
upgrade
Signature
upgradeSignature
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deployed
Hash
reclaimed
Lamports
upgrade
Signature
@cfxlabsinc/b2b-services
Loading...
Terminal result. A failed deploy fails the workflow; this is the happy path.